@jsenv/eslint-config
Advanced tools
Comparing version 16.2.5 to 16.2.6
{ | ||
"name": "@jsenv/eslint-config", | ||
"version": "16.2.5", | ||
"version": "16.2.6", | ||
"description": "Create ESLint configuration for any project", | ||
@@ -45,8 +45,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "7.19.3", | ||
"@babel/preset-env": "7.19.3", | ||
"@babel/core": "7.19.6", | ||
"@babel/preset-env": "7.19.4", | ||
"@babel/eslint-parser": "7.19.1", | ||
"@babel/plugin-syntax-decorators": "7.19.0", | ||
"@babel/plugin-syntax-jsx": "7.18.6", | ||
"@jsenv/assert": "2.7.0", | ||
"eslint-plugin-html": "7.1.0", | ||
@@ -53,0 +52,0 @@ "eslint-plugin-react": "7.31.10" |
@@ -312,8 +312,3 @@ /* | ||
], | ||
"semi": [ | ||
"error", | ||
// code is more readable without semicolon and eslint will help | ||
// you for the only exotic use case where semi colon are required | ||
"never", | ||
], | ||
"semi": ["error", "always"], | ||
"semi-spacing": [ | ||
@@ -320,0 +315,0 @@ "error", |
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
7
47982
1197