@azat-io/eslint-config 2.11.0 → 2.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -161,7 +161,6 @@ let core = (config) => {
161
161
  "no-global-assign": "error",
162
162
  "no-implied-eval": "error",
163
163
  "no-import-assign": "error",
164
- "no-inline-comments": "error",
165
164
  "no-invalid-regexp": "error",
166
165
  "no-irregular-whitespace": [
167
166
  "error",
@@ -159,7 +159,6 @@ let core = (config) => {
159
159
  "no-global-assign": "error",
160
160
  "no-implied-eval": "error",
161
161
  "no-import-assign": "error",
162
- "no-inline-comments": "error",
163
162
  "no-invalid-regexp": "error",
164
163
  "no-irregular-whitespace": [
165
164
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azat-io/eslint-config",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "ESLint shareable config",
5
5
  "keywords": [
6
6
  "eslint",