mirror of
https://github.com/google/blockly.git
synced 2026-01-20 15:27:09 +01:00
fix: lint
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"no-unused-vars": ["off"],
|
||||
// Allow uncommented helper functions in tests.
|
||||
"require-jsdoc": ["off"],
|
||||
"prefer-rest-params": ["off"]
|
||||
"prefer-rest-params": ["off"],
|
||||
"no-invalid-this": ["off"]
|
||||
},
|
||||
"extends": "../../.eslintrc.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user