Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed May 12, 2024
1 parent e891f4c commit c547ad7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This template is for Next based web applications using Redux.

Tba

## Features

- Supports **Typescript**.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:code": "eslint src/ --ext .js,.jsx,.ts,.tsx",
"fix:code": "run-s 'lint:code --fix'",
"lint:style": "stylelint 'src/**/*.{ts,tsx}'",
"fix:style": "stylelint 'src/**/*.{ts,tsx}' --fix",
"fix:style": "stylelint 'src/**/*.css' --fix",
"lint:tsc": "tsc --pretty --noEmit",
"prepare": "is-ci || husky install"
},
Expand Down

0 comments on commit c547ad7

Please sign in to comment.