Frontend/25_01_07/mai/node_modules/jsonpath/.jshintrc
szabomarton 7f4a15b9c3 asd
2025-01-28 11:38:27 +01:00

10 lines
280 B
Plaintext

{
"node": true,
"undef": true,
"unused": true,
"lastsemic": true,
"-W058": false, /* don't require parentheses for no-arg constructors */
"-W054": false, /* use Function constructor responsibly */
"-W033": false /* let jscs deal with semicolons */
}