diff --git a/package.json b/package.json index a750e60..e2bcaeb 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "ci:report": "cat coverage/lcov.info | coveralls", "ci:test": "jest --ci --coverage", "format": "prettier \"**/*.{json,md,js,ts}\" --write", - "lint": "tsc --noEmit && eslint -f codeframe ./src/**/*.ts", + "lint": "tsc --noEmit && eslint -f codeframe './src/**/*.ts'", "release": "standard-version", "prepublishOnly": "npm run build", "test": "jest --watch",