aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/.eslintrc.json b/dist/.eslintrc.json
index b99e682f4..a15539adb 100644
--- a/dist/.eslintrc.json
+++ b/dist/.eslintrc.json
@@ -1,5 +1,8 @@
{
- "extends": "../src/.eslintrc.json",
+ "root": true,
+
+ "extends": "../.eslintrc-browser.json",
+
"rules": {
// That is okay for the built version
"no-multiple-empty-lines": "off",