Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-21 16:55:16 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-11 18:01:28 +0300
commit44e6abcba50309df4fae56a9c7ef79145b64a356 (patch)
tree52cbc26a6bc4faf1b61f271619ef0fd50775e8c6 /build
parent8896827bd072a120705a0576a5bcde69c8ce2cda (diff)
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 76e7f37b63..8709a8b5b5 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"
}