Skip to content

Commit

Permalink
0 not off
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 22, 2020
1 parent 4c5d1b0 commit cafd72f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@
{
"files": ["**/*.extern.js"],
"rules": {
"no-var": "off",
"no-undef": "off",
"no-unused-vars": "off",
"prefer-const": "off",
"require-jsdoc": "off",
"jsdoc/check-tag-names": "off",
"local/closure-type-primitives": "off",
"google-camelcase/google-camelcase": "off"
"no-var": 0,
"no-undef": 0,
"no-unused-vars": 0,
"prefer-const": 0,
"require-jsdoc": 0,
"jsdoc/check-tag-names": 0,
"local/closure-type-primitives": 0,
"google-camelcase/google-camelcase": 0
}
}
]
Expand Down

0 comments on commit cafd72f

Please sign in to comment.