Skip to content

Commit

Permalink
delete husky lerna packages and add nuke script
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed May 28, 2021
1 parent 369dc6d commit 7101b39
Show file tree
Hide file tree
Showing 14 changed files with 4,360 additions and 9,691 deletions.
14 changes: 11 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"root": true,
"env": {
"browser": true,
"es6": true,
Expand All @@ -8,15 +7,19 @@
"commonjs": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"plugins": [
"@typescript-eslint"
],
"extends": [
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"overrides": [
{
"files": ["*.js"],
"files": [
"*.js"
],
"rules": {
"@typescript-eslint/no-var-requires": "off"
}
Expand All @@ -28,5 +31,10 @@
"@typescript-eslint/explicit-function-return-type": "off",
"react/prop-types": "off",
"react/react-in-jsx-scope": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
Loading

0 comments on commit 7101b39

Please sign in to comment.