mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-16 20:59:30 +00:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
module.exports = {
|
|
extends: 'standard-with-typescript',
|
|
parserOptions: {
|
|
project: './tsconfig.json'
|
|
},
|
|
rules: {
|
|
'@typescript-eslint/explicit-function-return-type': 'off',
|
|
}
|
|
} |