aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/eslintignore.git/ignored/not_ignored.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/eslintignore.git/ignored/not_ignored.js')
-rw-r--r--spec/fixtures/eslintignore.git/ignored/not_ignored.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/fixtures/eslintignore.git/ignored/not_ignored.js b/spec/fixtures/eslintignore.git/ignored/not_ignored.js
deleted file mode 100644
index 2d1b996..0000000
--- a/spec/fixtures/eslintignore.git/ignored/not_ignored.js
+++ /dev/null
@@ -1,5 +0,0 @@
1function HelloWorld(name)
2{
3 if (foo) foo++;
4 alert(name);
5}