aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-21 15:55:16 +0200
committerXhmikosR <[email protected]>2019-03-11 17:01:28 +0200
commit44e6abcba50309df4fae56a9c7ef79145b64a356 (patch)
tree52cbc26a6bc4faf1b61f271619ef0fd50775e8c6 /build
parent8896827bd072a120705a0576a5bcde69c8ce2cda (diff)
downloadbootstrap-44e6abcba50309df4fae56a9c7ef79145b64a356.tar.xz
bootstrap-44e6abcba50309df4fae56a9c7ef79145b64a356.zip
Switch to eslint-config-xo and eslint-plugin-unicorn.
Diffstat (limited to 'build')
-rw-r--r--build/.eslintrc.json12
1 files changed, 1 insertions, 11 deletions
diff --git a/build/.eslintrc.json b/build/.eslintrc.json
index 76e7f37b6..8709a8b5b 100644
--- a/build/.eslintrc.json
+++ b/build/.eslintrc.json
@@ -6,15 +6,5 @@
"parserOptions": {
"sourceType": "script"
},
- "extends": "../.eslintrc.json",
- "rules": {
- "consistent-return": "off",
- "func-style": "off",
- "no-console": "off",
- "no-magic-numbers": "off",
- "no-process-env": "off",
- "no-process-exit": "off",
- "no-sync": "off",
- "spaced-comment": "off"
- }
+ "extends": "../.eslintrc.json"
}