mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
58c6ca9822
Use eslint pragmas, fix new errors, etc Closes gh-3148
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
{
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
"extends" : "../../.eslintrc",
|
|
"root": true
|
|
}
|