Initial commit: Tapalka monorepo (bot, front, strapi)
This commit is contained in:
24
CMyTapper/robucks-strapi/.eslintrc
Normal file
24
CMyTapper/robucks-strapi/.eslintrc
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"root": true,
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint", "prettier"],
|
||||
"rules": {
|
||||
"prettier/prettier": ["warn", {
|
||||
"endOfLine": "auto",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"printWidth": 100,
|
||||
"trailingComma": "all",
|
||||
"useTabs": false,
|
||||
"tabWidth": 4,
|
||||
"jsxSingleQuote": true,
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-unused-vars": "warn",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"prefer-const": "warn",
|
||||
"no-console": "warn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user