Migrate to yarn
This commit is contained in:
15
gather/.eslintrc.js
Normal file
15
gather/.eslintrc.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
parser: '@typescript-eslint/parser',
|
||||
extends: 'standard-with-typescript',
|
||||
parserOptions: {
|
||||
project: './tsconfig.json'
|
||||
},
|
||||
rules: {
|
||||
'@typescript-eslint/no-floating-promises': [
|
||||
'error',
|
||||
{
|
||||
ignoreIIFE: true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user