Urara-Blog/node_modules/.pnpm-store/v3/files/27/aa33221f2b2a7b9b68d832557d8b7499278b72446682582c5cb5db5072c46fbe6a27b1bd73c2747747afe235dfd30af695baa555e1b847aae9971099b933a4
2022-08-14 01:14:53 +08:00

20 lines
339 B
Text

{
// strictifying options
"eqeqeq": true,
"immed": true,
"latedef": true,
"forin": true,
"newcap": true,
"noarg": true,
"undef": true,
"trailing": true,
"node": true,
// Relaxing options
"boss": true,
"eqnull": true,
"laxcomma": true,
"expr": true,
"strict": false,
"predef": ["describe", "it", "xit"]
}