source: frontend/node_modules/jsonpath/.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: 280 bytes
Line 
1{
2 "node": true,
3 "undef": true,
4 "unused": true,
5 "lastsemic": true,
6 "-W058": false, /* don't require parentheses for no-arg constructors */
7 "-W054": false, /* use Function constructor responsibly */
8 "-W033": false /* let jscs deal with semicolons */
9}
Note: See TracBrowser for help on using the repository browser.