mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56:29 +00:00
20 lines
300 B
Text
20 lines
300 B
Text
|
{
|
||
|
"env": {
|
||
|
"jasmine": true,
|
||
|
"node": true,
|
||
|
"mocha": true,
|
||
|
"browser": true,
|
||
|
"builtin": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"eslint:recommended",
|
||
|
"plugin:ava/recommended"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"ava"
|
||
|
],
|
||
|
"rules": {
|
||
|
"no-unused-vars": [2, {"vars": "all", "args": "none"}]
|
||
|
}
|
||
|
}
|