Unit_AI/node_modules/biskviit/.jshintrc

21 lines
318 B
Text
Raw Permalink Normal View History

2024-06-01 21:24:36 +01:00
{
"indent": 4,
"node": true,
"globalstrict": true,
"evil": true,
"unused": true,
"undef": true,
"newcap": true,
"esnext": true,
"curly": true,
"eqeqeq": true,
"expr": true,
"predef": [
"describe",
"it",
"beforeEach",
"afterEach"
]
}