mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-05 05:25:27 +02:00
Babel eslint parser (#9)
* Move testing to 3001 port Create separate database for testing Add runtime configuration file support * Add babel-eslint parser
This commit is contained in:
parent
452d0ae816
commit
ff09f695d0
4 changed files with 43 additions and 14 deletions
|
@ -11,5 +11,10 @@
|
|||
"rules": {
|
||||
"no-unused-expressions": 0,
|
||||
"chai-friendly/no-unused-expressions": 2
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"globals": {
|
||||
"fetch": true,
|
||||
"alert": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue