mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-18 05:09:32 +00:00
Initial commit
This commit is contained in:
9
.eslintrc.cjs
Normal file
9
.eslintrc.cjs
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
extends: 'standard-with-typescript',
|
||||
parserOptions: {
|
||||
project: './tsconfig.json'
|
||||
},
|
||||
rules: {
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user