@activescott/eslint-config
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "@activescott/eslint-config", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "An ESLint sharable config for TypeScript.", | ||
@@ -5,0 +5,0 @@ "author": "Scott Willeke <scott@willeke.com>", |
@@ -32,3 +32,3 @@ # @activescott/eslint-config | ||
"scripts": { | ||
"eslint": "./node_modules/.bin/eslint . --ext .ts", | ||
"eslint": "./node_modules/.bin/eslint .", | ||
"lint": "./node_modules/.bin/prettier -l \"{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}\" && yarn run eslint", | ||
@@ -35,0 +35,0 @@ "lint-fix": "./node_modules/.bin/prettier --write \"{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}\" && yarn run eslint --fix" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7539