1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-24 15:49:42 +02:00
codex.docs/.eslintrc
George Berezhnoy ff09f695d0
Babel eslint parser (#9)
* Move testing to 3001 port
Create separate database for testing
Add runtime configuration file support

* Add babel-eslint parser
2018-10-07 19:25:12 +03:00

20 lines
289 B
Text

{
"extends": [
"codex"
],
"plugins": [
"chai-friendly"
],
"env": {
"mocha": true
},
"rules": {
"no-unused-expressions": 0,
"chai-friendly/no-unused-expressions": 2
},
"parser": "babel-eslint",
"globals": {
"fetch": true,
"alert": true
}
}