Skip to content

Commit

Permalink
Remove json from being handled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 3, 2023
1 parent ae7f94b commit 0e86aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"test:husky": "CI=true yarn test --bail --findRelatedTests",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"start:prod": "NODE_ENV=production node build/server.js",
"prettier": "./node_modules/.bin/prettier --single-quote --check '{src,cypress}/**/*.{js,jsx,ts,tsx,json}' --check '*.js'",
"prettier:fix": "./node_modules/.bin/prettier --single-quote --write '{src,cypress}/**/*.{js,jsx,ts,tsx,json}' --write '*.js'",
"prettier": "./node_modules/.bin/prettier --single-quote --check '{src,cypress}/**/*.{js,jsx,ts,tsx}' --check '*.js'",
"prettier:fix": "./node_modules/.bin/prettier --single-quote --write '{src,cypress}/**/*.{js,jsx,ts,tsx}' --write '*.js'",
"stylelint": "./node_modules/.bin/stylelint 'theme/**/*.{css,less}' 'src/**/*.{css,less}'",
"stylelint:overrides": "./node_modules/.bin/stylelint 'theme/**/*.overrides' 'src/**/*.overrides'",
"stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix",
Expand Down

0 comments on commit 0e86aff

Please sign in to comment.