This commit is contained in:
Rich Harris
2017-12-22 09:19:32 -05:00
parent 0bcb61650b
commit 68c2f2e388
9 changed files with 3657 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
{
"root": true,
"rules": {
"indent": [ 2, "tab", { "SwitchCase": 1 } ],
"semi": [ 2, "always" ],
"space-before-blocks": [ 2, "always" ],
"no-mixed-spaces-and-tabs": [ 2, "smart-tabs" ],
@@ -33,7 +32,7 @@
"plugin:import/warnings"
],
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 8,
"sourceType": "module"
}
}