source: frontend/node_modules/exit/.jshintrc

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 213 bytes
Line 
1{
2 "curly": true,
3 "eqeqeq": true,
4 "immed": true,
5 "latedef": "nofunc",
6 "newcap": true,
7 "noarg": true,
8 "sub": true,
9 "undef": true,
10 "unused": true,
11 "boss": true,
12 "eqnull": true,
13 "node": true
14}
Note: See TracBrowser for help on using the repository browser.