added the rules

This commit is contained in:
math-gh 2023-09-04 22:30:28 +02:00
parent a74fdf0b38
commit e557fb8d0f
8 changed files with 4793 additions and 0 deletions

9
.jshintrc Normal file
View file

@ -0,0 +1,9 @@
{
"esversion" : 8,
"browser" : true,
"globals": {
"confirm": true,
"console": true
},
"strict": "global"
}