1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

Developer improvements. Start using babel as the parser for eslint to add support for webpack's dynamic import syntax. Move most babel config into the babel build file to make sure nothing weird happens with eslint. Commit package-lock. Clean up gitignore a bit. Fix linting issues with the webpack build files.

This commit is contained in:
SirStendec 2018-03-15 16:59:10 -04:00
parent 41e80fd94c
commit 9ac7e8a209
11 changed files with 9071 additions and 23 deletions

View file

@ -4,6 +4,7 @@ module.exports = {
"es6": true
},
"extends": "eslint:recommended",
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module"