🙈 chore: update prettierrc ignore

pull/55/head
canisminor1990 2023-04-22 01:54:56 +08:00
parent c428e6eee8
commit ebfc745658
3 changed files with 247 additions and 42777 deletions

View File

@ -24,3 +24,5 @@ yarn-error.log
.npmrc
.env
.env.local
style.css
javascript/index.js

File diff suppressed because one or more lines are too long

View File

@ -31,7 +31,7 @@
"*.{json}": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx}": [
"*.{jsx}": [
"eslint --fix",
"prettier --write"
],