Files
onedark.vim/.eslintrc.json
Josh Dick d954737e00 chore(build): Build/linting infrastructure updates. (#276)
* Move npm/linting config files to root directory
* Apply prettier/eslint autofixes
* Update CONTRIBUTING.md
2021-07-11 19:19:55 -04:00

11 lines
132 B
JSON

{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"rules": {
"no-console": ["off"]
}
}