Changed quote styles
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
import withNuxt from './.nuxt/eslint.config.mjs'
|
||||
import stylisticJs from '@stylistic/eslint-plugin-js'
|
||||
import withNuxt from "./.nuxt/eslint.config.mjs"
|
||||
import stylisticJs from "@stylistic/eslint-plugin-js"
|
||||
|
||||
export default withNuxt({
|
||||
plugins: {
|
||||
'@stylistic/js': stylisticJs
|
||||
"@stylistic/js": stylisticJs
|
||||
},
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'no-unused-vars': 'warn',
|
||||
'space-in-parens': 'off',
|
||||
'computed-property-spacing': 'off',
|
||||
'@stylistic/js/indent': [ 'warn', 2, { SwitchCase: 1 } ],
|
||||
"vue/multi-word-component-names": "off",
|
||||
"no-unused-vars": "warn",
|
||||
"space-in-parens": "off",
|
||||
"computed-property-spacing": "off",
|
||||
"quotes": ["error", "double"],
|
||||
"@stylistic/js/indent": [ "warn", 2, { SwitchCase: 1 } ],
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user