@finsweet/eslint-config
Advanced tools
Comparing version 2.0.2 to 2.0.3
module.exports = { | ||
parser: '@typescript-eslint/parser', // Specifies the ESLint parser | ||
parserOptions: { | ||
ecmaVersion: 2021, // Allows for the parsing of modern ECMAScript features | ||
ecmaVersion: 'latest', // Allows for the parsing of modern ECMAScript features | ||
sourceType: 'module', // Allows for the use of imports | ||
@@ -53,4 +53,4 @@ }, | ||
// disallow use of console | ||
'no-console': 'warn', | ||
// disallow use of console statements (except for console.error) | ||
'no-console': ['warn', { allow: ['error'] }], | ||
@@ -57,0 +57,0 @@ // disallow the unary operators ++ and -- |
# @finsweet/eslint-config | ||
## 2.0.3 | ||
### Patch Changes | ||
- 83f7c26: whitelist console.error warnings | ||
## 2.0.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@finsweet/eslint-config", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Finsweet's official configuration for ESLint.", | ||
@@ -9,6 +9,6 @@ "main": ".eslintrc.js", | ||
"@changesets/cli": "^2.26.0", | ||
"@typescript-eslint/eslint-plugin": "^5.51.0", | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"eslint": "^8.33.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -15,0 +15,0 @@ "eslint-plugin-simple-import-sort": "^10.0.0", |
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
6458
9