Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
using enums instead of numeric values in .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mov37 committed Jun 20, 2016
1 parent 1397155 commit 37dfec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ extends: pwn-es5
parserOptions:
ecmaVersion: 6
rules:
dot-notation: 0
max-len: 0
dot-notation: off
max-len: off
4 changes: 2 additions & 2 deletions test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ globals:
is: true
expect: true
rules:
no-empty-function: 0
no-new-wrappers: 0
no-empty-function: off
no-new-wrappers: off

0 comments on commit 37dfec9

Please sign in to comment.