mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 22:08:08 -05:00
@@ -40,6 +40,7 @@ module.exports = {
|
||||
*/
|
||||
'no-shadow': 2, // http://eslint.org/docs/rules/no-shadow
|
||||
'no-shadow-restricted-names': 2, // http://eslint.org/docs/rules/no-shadow-restricted-names
|
||||
'no-undef': 2, // http://eslint.org/docs/rules/no-undef
|
||||
'no-unused-vars': [2, { // http://eslint.org/docs/rules/no-unused-vars
|
||||
'vars': 'local',
|
||||
'args': 'after-used'
|
||||
|
||||
Reference in New Issue
Block a user