Yarn dependencies upgrade & yarn lint update (#347)
* Run yarn upgrade in order to resolve security vulnerability * Remove unneeded git add from pre-commit hook * Update packages * Update non-eslint packages
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"rules": {
|
||||
"prettier/prettier": "error",
|
||||
"import/no-extraneous-dependencies": 0,
|
||||
"import/no-namespace": "off"
|
||||
"import/no-namespace": "off",
|
||||
"no-undef": "off" // TODO: REMOVE THIS LINE WHEN UPDATING ESLINT RULES
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user