Files
portfolio2023/build/node_modules/memory-cache/.jshintrc
T
2023-11-24 22:35:41 +01:00

11 lines
186 B
Plaintext

{
"node": true,
"undef": true,
"unused": true,
"esnext": true,
"predef": [ "require", "module" ],
"globalstrict": true,
"trailing": true,
"-W097": true
}