mirror of
https://github.com/tappollo/booster.git
synced 2026-04-29 01:55:54 +08:00
chore: add eslint
This commit is contained in:
12
functions/.eslintrc.js
Normal file
12
functions/.eslintrc.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ["typescript"],
|
||||
rules: {
|
||||
quotes: ["error", "double"],
|
||||
"@typescript-eslint/explicit-function-return-type": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"comma-dangle": "off",
|
||||
"react-native/no-inline-styles": "off",
|
||||
"@typescript-eslint/indent": "off"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user