OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "browser": true, | |
3 "indent": 2, | |
4 "vars": true, | |
5 "evil": true, | |
6 "bitwise": true, | |
7 "unparam": true, | |
8 "laxbreak": true, | |
9 "nomen": true, | |
10 "white": true, | |
11 "unused": true, | |
12 "plusplus": true, | |
13 "predef": "chrome,PipeServer,Blob,lib,NaClProcessManager,hterm,NaClTerm", | |
14 "todo": true | |
15 } | |
OLD | NEW |