Skip to content

Commit

Permalink
fix: update lint files path
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrichFrancomme committed Nov 11, 2020
1 parent a66c189 commit ecb76ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "tsc -p ./tsconfig.build.json",
"format": "prettier --write \"./src/**/*.ts\"",
"format:check": "prettier --check \"./src/**/*.ts\"",
"lint": "eslint 'src/**/*.ts' --fix",
"lint": "eslint \"./src/**/*.ts\" --fix",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"prepublish": "npm run build",
Expand Down

0 comments on commit ecb76ee

Please sign in to comment.