diff --git a/README.md b/README.md index bc88566..eb40895 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This template is for Next based web applications using Redux. -Tba - ## Features - Supports **Typescript**. diff --git a/package.json b/package.json index c5492a0..f07b99d 100644 --- a/package.json +++ b/package.json @@ -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" },