diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/es5-ext/.lint | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/es5-ext/.lint')
-rw-r--r-- | node_modules/es5-ext/.lint | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/node_modules/es5-ext/.lint b/node_modules/es5-ext/.lint deleted file mode 100644 index ded0b5321..000000000 --- a/node_modules/es5-ext/.lint +++ /dev/null @@ -1,43 +0,0 @@ -@root - -module - -indent 2 -maxlen 100 -tabs - -ass -continue -forin -nomen -plusplus -vars -sub - -./global.js -./function/_define-length.js -./function/#/copy.js -./object/unserialize.js -./test/function/valid-function.js -./test/function/#/to-string-tokens.js -evil - -./math/_pack-ieee754.js -./math/_unpack-ieee754.js -./math/clz32/shim.js -./math/imul/shim.js -./number/to-uint32.js -./string/#/at.js -bitwise - -./math/fround/shim.js -predef+ Float32Array - -./object/first-key.js -forin - -./test -predef+ Symbol - -./test/reg-exp/#/index.js -predef+ __dirname |