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

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.jshintignore')
-rw-r--r--.jshintignore17
1 files changed, 8 insertions, 9 deletions
diff --git a/.jshintignore b/.jshintignore
index 7478b9b..02c5e83 100644
--- a/.jshintignore
+++ b/.jshintignore
@@ -12,13 +12,12 @@ logs
results
npm-debug.log
-node_modules
-coverage
-examples
-.idea
+/node_modules
+/coverage
+/examples
+/.idea
-lib/__get__.js
-lib/__set__.js
-test/testModules/strictModule.js
-test/testModules/someOtherModule.js
-node_modules \ No newline at end of file
+/lib/__get__.js
+/lib/__set__.js
+/test/testModules/strictModule.js
+/test/testModules/someOtherModule.js \ No newline at end of file