🙈 chore: update prettierrc ignore
parent
c428e6eee8
commit
ebfc745658
|
|
@ -24,3 +24,5 @@ yarn-error.log
|
|||
.npmrc
|
||||
.env
|
||||
.env.local
|
||||
style.css
|
||||
javascript/index.js
|
||||
|
|
|
|||
43020
javascript/index.js
43020
javascript/index.js
File diff suppressed because one or more lines are too long
|
|
@ -31,7 +31,7 @@
|
|||
"*.{json}": [
|
||||
"prettier --write --no-error-on-unmatched-pattern"
|
||||
],
|
||||
"*.{js,jsx}": [
|
||||
"*.{jsx}": [
|
||||
"eslint --fix",
|
||||
"prettier --write"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue