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
diff options
context:
space:
mode:
Diffstat (limited to 'build/.eslintrc.json')
-rw-r--r--build/.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/.eslintrc.json b/build/.eslintrc.json
index 08169ca4cc..679bd26f7b 100644
--- a/build/.eslintrc.json
+++ b/build/.eslintrc.json
@@ -8,6 +8,7 @@
},
"extends": "../.eslintrc.json",
"rules": {
- "no-console": "off"
+ "no-console": "off",
+ "strict": "error"
}
}