Files
Figma_1/mixitup-3.3.1/.jshintrc
2025-09-16 01:40:08 +03:00

24 lines
402 B
Plaintext

{
"esnext": true,
"-W030": true,
"-W053": true,
"-W084": true,
"-W055": true,
"-W069": true,
"-W097": true,
"-W087": true,
"undef": true,
"unused": true,
"laxbreak": true,
"node": true,
"browser": true,
"predef": [
"window",
"Promise",
"define",
"console",
"describe",
"after",
"it"
]
}