module.exports = { root: true, env: { node: true }, extends: [ 'plugin:vue/recommended', 'eslint:recommended', 'prettier/vue', 'plugin:prettier/recommended' ], plugins: ['vue', 'prettier'], parserOptions: { parser: 'babel-eslint' }, rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'prettier/prettier': 'error' // "vue/name-property-casing": ["error", "kebab-case"] } }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter