mirror of
https://github.com/mupen64plus-ae/acralyzer.git
synced 2024-11-26 23:10:32 +00:00
Added jsignore to ignore vendors directory
Updated editorconfig to allow jshintrc Updated jshintrc to include globals and stuff acralyzer uses
This commit is contained in:
parent
ebfded8ea4
commit
8132e45ad3
@ -7,3 +7,9 @@ end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_stype = space
|
||||
indent_size = 4
|
||||
|
||||
[.jshintrc]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_stype = space
|
||||
indent_size = 4
|
||||
|
1
.jshintignore
Normal file
1
.jshintignore
Normal file
@ -0,0 +1 @@
|
||||
_attachments/vendor
|
35
.jshintrc
35
.jshintrc
@ -1,16 +1,23 @@
|
||||
{
|
||||
"predef": {
|
||||
"angular": true
|
||||
},
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"browser": true
|
||||
"predef": {
|
||||
"angular": true,
|
||||
"moment": true,
|
||||
|
||||
"d3": true,
|
||||
"prettyPrint": true,
|
||||
"acralyzerConfig": true
|
||||
},
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"jquery": true,
|
||||
"devel": true,
|
||||
"browser": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user