zrcadlo
https://github.com/therootcompany/keyfetch.js.git
synchronizováno 2026-04-26 05:37:59 +00:00
chore: add linter config
Tento commit je obsažen v:
rodič
79e6758f9f
revize
7d5889b4de
22
.jshintrc
Normální soubor
22
.jshintrc
Normální soubor
@ -0,0 +1,22 @@
|
||||
{
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"esversion": 11,
|
||||
"curly": true,
|
||||
"sub": true,
|
||||
"bitwise": true,
|
||||
"eqeqeq": true,
|
||||
"forin": true,
|
||||
"freeze": true,
|
||||
"immed": true,
|
||||
"latedef": "nofunc",
|
||||
"nonbsp": true,
|
||||
"nonew": true,
|
||||
"plusplus": true,
|
||||
"undef": true,
|
||||
"unused": "vars",
|
||||
"strict": true,
|
||||
"maxdepth": 3,
|
||||
"maxstatements": 100,
|
||||
"maxcomplexity": 10
|
||||
}
|
||||
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele