1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-09 07:16:40 +02:00

Refactor win.js into globals.js.

This commit is contained in:
Lars Jung
2016-06-03 22:40:05 +02:00
parent 58cbad2bfd
commit 1cba9290b6
49 changed files with 106 additions and 118 deletions

View File

@@ -15,29 +15,8 @@
uniq: false
sinon: false
ecmaFeatures:
arrowFunctions: false
binaryLiterals: false
blockBindings: false
classes: false
defaultParams: false
destructuring: false
forOf: false
generators: false
globalReturn: false
jsx: false
modules: false
objectLiteralComputedProperties: false
objectLiteralDuplicateProperties: false
objectLiteralShorthandMethods: false
objectLiteralShorthandProperties: false
octalLiterals: false
regexUFlag: false
regexYFlag: false
spread: false
superInFunctions: false
templateStrings: false
unicodeCodePointEscapes: false
parserOptions:
ecmaVersion: 6
rules:
consistent-this: 0