mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #9831 from overleaf/ae-format-json
[web] Add .json to Prettier file extensions GitOrigin-RevId: 60ee89c8a2980c7b571878e21f72ef66fce0d533
This commit is contained in:
parent
d54c0ad60f
commit
7fe44050f1
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
"webpack": "webpack serve --config webpack.config.dev.js",
|
||||
"webpack:production": "webpack --config webpack.config.prod.js",
|
||||
"webpack:profile": "webpack --config webpack.config.prod.js --profile --json > stats.json",
|
||||
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx}'",
|
||||
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx}'",
|
||||
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
|
||||
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'",
|
||||
"format:styles": "prettier --list-different $PWD/'**/*.less'",
|
||||
"format:styles:fix": "prettier --write $PWD/'**/*.less'",
|
||||
"lint": "eslint --max-warnings 0 --format unix --ext .js,.mjs,.ts,.tsx .",
|
||||
|
|
Loading…
Reference in a new issue