Something went wrong on our end
Forked from
GéoContrib / Géocontrib Frontend
2345 commits behind the upstream repository.
-
Timothee P authored
ker settings
Timothee P authoredker settings
.eslintrc.js 352 B
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'eslint:recommended'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}