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 'docs/4.1/examples/.eslintrc.json')
-rw-r--r--docs/4.1/examples/.eslintrc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/4.1/examples/.eslintrc.json b/docs/4.1/examples/.eslintrc.json
new file mode 100644
index 0000000000..f04fd6ae13
--- /dev/null
+++ b/docs/4.1/examples/.eslintrc.json
@@ -0,0 +1,11 @@
+{
+ "env": {
+ "es6": false,
+ "jquery": true
+ },
+ "parserOptions": {
+ "ecmaVersion": 5,
+ "sourceType": "script"
+ },
+ "extends": "../../../js/tests/unit/.eslintrc.json"
+}