Something went wrong on our end
Forked from
GéoContrib / Géocontrib Frontend
1896 commits behind the upstream repository.
-
Sébastien DA ROCHA authoredSébastien DA ROCHA authored
.eslintrc.js 356 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'
}
}