mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-02-23 09:38:03 +00:00
add .jshintrc
This commit is contained in:
parent
ed06c7e79e
commit
02d195798f
16
.jshintrc
Normal file
16
.jshintrc
Normal file
@ -0,0 +1,16 @@
|
||||
{ "node": true
|
||||
, "browser": true
|
||||
, "jquery": true
|
||||
, "strict": true
|
||||
, "indent": 2
|
||||
, "onevar": true
|
||||
, "laxcomma": true
|
||||
, "laxbreak": true
|
||||
, "eqeqeq": true
|
||||
, "immed": true
|
||||
, "undef": true
|
||||
, "unused": true
|
||||
, "latedef": true
|
||||
, "curly": true
|
||||
, "trailing": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user