mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46:29 +00:00
19 lines
300 B
Text
19 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"}]
|
|
}
|
|
}
|