1
0
Fork 0
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:
George Berezhnoy 2018-10-07 19:25:12 +03:00 committed by GitHub
parent 452d0ae816
commit ff09f695d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 43 additions and 14 deletions

View file

@ -11,5 +11,10 @@
"rules": {
"no-unused-expressions": 0,
"chai-friendly/no-unused-expressions": 2
},
"parser": "babel-eslint",
"globals": {
"fetch": true,
"alert": true
}
}