patashala/style/bower_components/dragula.js/.jshintrc
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

24 lines
382 B
Plaintext
Executable File

{
"curly": true,
"eqeqeq": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"sub": true,
"undef": true,
"unused": true,
"trailing": true,
"boss": true,
"eqnull": true,
"strict": true,
"immed": true,
"expr": true,
"latedef": "nofunc",
"quotmark": "single",
"validthis": true,
"indent": 2,
"node": true,
"browser": true
}