mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
{
|
|
"extends": "eslint-config-jquery",
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
rules: {
|
|
// Until https://github.com/jquery/eslint-config-jquery/issues/7 is resolved
|
|
"no-unused-expressions": "error"
|
|
}
|
|
}
|