mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 05:36:21 +00:00
infra: fix lint (#150)
This commit is contained in:
parent
720f110298
commit
2295ae3011
1 changed files with 13 additions and 0 deletions
13
.eslintrc.js
Normal file
13
.eslintrc.js
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
module.exports = {
|
||||||
|
extends: [
|
||||||
|
require.resolve('eslint-config-kentcdodds'),
|
||||||
|
require.resolve('eslint-config-kentcdodds/jest'),
|
||||||
|
],
|
||||||
|
rules: {
|
||||||
|
'func-names': 0,
|
||||||
|
'babel/camelcase': 0,
|
||||||
|
'import/extensions': 0,
|
||||||
|
'consistent-return': 0,
|
||||||
|
'no-process-exit': 0,
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue