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

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-05-20 09:42:26 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-20 10:03:34 +0300
commit4046cf7479153aed19558ae7e86951f1c094c4b2 (patch)
treebde2a1e792489fbb6239fb066077911b1c8272c6 /test
parent2d8ea4daaf2c94c7860f07a92b995e8c2f177322 (diff)
Rename .eslintrc to .eslintrc.json.
Diffstat (limited to 'test')
-rw-r--r--test/.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.eslintrc b/test/.eslintrc
index ea40bbf..528754f 100644
--- a/test/.eslintrc
+++ b/test/.eslintrc
@@ -1,5 +1,5 @@
{
- "extends": "../.eslintrc",
+ "extends": "../.eslintrc.json",
"env": {
"node": true
},