ci(component): 格式化
This commit is contained in:
parent
024b166d59
commit
f8a8d865bf
27
.eslintrc.js
27
.eslintrc.js
@ -1,30 +1,3 @@
|
||||
// module.exports = {
|
||||
// env: {
|
||||
// browser: true,
|
||||
// node: true,
|
||||
// },
|
||||
// parser: 'vue-eslint-parser',
|
||||
// parserOptions: {
|
||||
// parser: '@typescript-eslint/parser',
|
||||
// sourceType: 'module',
|
||||
// ecmaVersion: 10,
|
||||
// },
|
||||
// plugins: ['@typescript-eslint', 'prettier'],
|
||||
// extends: [
|
||||
// 'eslint:recommended',
|
||||
// 'plugin:vue/vue3-recommended',
|
||||
// 'plugin:@typescript-eslint/recommended',
|
||||
// ],
|
||||
// rules: {
|
||||
// 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
// 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
// quotes: ['error', 'single'],
|
||||
// semi: ['error', 'never'],
|
||||
// 'no-unused-vars': 'off',
|
||||
// '@typescript-eslint/no-unused-vars': 'off',
|
||||
// },
|
||||
// }
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
|
Loading…
Reference in New Issue
Block a user