Skip to content

Commit

Permalink
task: resolve conflicts of prettier and eslint (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott authored Dec 18, 2023
1 parent 49ece7b commit d2cbbea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"trailingComma": "none",
"singleQuote": true,
"bracketSpacing": false,
"printWidth": 120,
"useTabs": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean:skipwelcome": "rimraf welcome/.skip_welcome",
"eslint": "eslint assets/js/{,*/**/}*.js",
"eslint:fix": "eslint assets/js/{,*/**/}*.js --fix",
"format": "npm-run-all --parallel eslint:fix format:*",
"format": "npm-run-all format:* eslint:fix",
"format:js": "prettier assets/js/{,*/**/}*.js --write",
"format:scss": "prettier assets/sass/{,*/**/}*.scss --write",
"pack:build": "npm-run-all --serial eslint build pack:zip",
Expand Down

0 comments on commit d2cbbea

Please sign in to comment.