Skip to content

Commit

Permalink
package.json: add missing space after --ext argument
Browse files Browse the repository at this point in the history
jelly authored and allisonkarlitskaya committed Jul 17, 2024
1 parent 94d07c0 commit ca76fc3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 1075 files
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"watch": "./build.js -w",
"build": "./build.js",
"eslint": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx --ext .ts --ext.tsx src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx src/",
"stylelint": "stylelint src/*{.css,scss}",
"stylelint:fix": "stylelint --fix src/*{.css,scss}"
},

0 comments on commit ca76fc3

Please sign in to comment.