File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ module.exports = {
2727 } ,
2828 } ,
2929 rules : {
30- "prettier/prettier" : "error " ,
30+ "prettier/prettier" : "off " ,
3131 "react/react-in-jsx-scope" : "off" ,
3232 "react/prop-types" : "off" ,
3333 "react/no-unknown-property" : "off" ,
3434 "react/display-name" : "off" ,
35- "@typescript-eslint/no-unused-vars" : "off " ,
36- "@typescript-eslint/no-explicit-any" : "off " ,
35+ "@typescript-eslint/no-unused-vars" : "warn " ,
36+ "@typescript-eslint/no-explicit-any" : "warn " ,
3737 "@typescript-eslint/no-var-requires" : "off" ,
3838 "@typescript-eslint/no-require-imports" : "off" ,
3939 "@typescript-eslint/ban-ts-comment" : "off" ,
4040 "@typescript-eslint/no-empty-object-type" : "off" ,
41- "no-console" : "off " ,
41+ "no-console" : "warn " ,
4242 "no-undef" : "off" ,
4343 "no-useless-escape" : "off" ,
4444 "no-prototype-builtins" : "off" ,
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
3-
41npx lint-staged
You can’t perform that action at this time.
0 commit comments