aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jquery/src/.eslintrc
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 13:17:06 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 13:17:06 +0000
commitdc46b87abee1e441c07524ddde67fd902a919336 (patch)
tree13eba08b8655dfd78e9600ec5f612011a0bf3b35 /node_modules/jquery/src/.eslintrc
parent26f4b38e9e5a202756a7c33abc775aea2617aeaf (diff)
added some dependencies to package.json
Diffstat (limited to 'node_modules/jquery/src/.eslintrc')
-rw-r--r--node_modules/jquery/src/.eslintrc18
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/jquery/src/.eslintrc b/node_modules/jquery/src/.eslintrc
deleted file mode 100644
index dbf16c5..0000000
--- a/node_modules/jquery/src/.eslintrc
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- // Support: IE <=9 only, Android <=4.0 only
- // The above browsers are failing a lot of tests in the ES5
- // test suite at http://test262.ecmascript.org.
- "parserOptions": {
- "ecmaVersion": 3
- },
- "globals": {
- "window": true,
- "jQuery": true,
- "define": true,
- "module": true,
- "noGlobal": true
- },
- "rules": {
- "strict": ["error", "function"]
- }
-}