1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-06 22:15:23 +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

@ -34,6 +34,7 @@
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.1.3",
"babel": "^6.23.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.2",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
@ -62,7 +63,6 @@
"postcss-nested-ancestors": "^2.0.0",
"postcss-nesting": "^6.0.0",
"postcss-smart-import": "^0.7.6",
"rimraf": "^2.6.2",
"sinon": "^6.3.5",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"