@enigmatry/eslint-config 15.1.1-preview.6 → 15.1.1-preview.7
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.
- package/index.js +1 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -322,14 +322,7 @@ module.exports = {
|
|
|
322
322
|
"@typescript-eslint/parameter-properties": "off",
|
|
323
323
|
"@typescript-eslint/prefer-optional-chain": "error",
|
|
324
324
|
"@typescript-eslint/prefer-readonly": "off",
|
|
325
|
-
"@typescript-eslint/prefer-readonly-parameter-types":
|
|
326
|
-
"error",
|
|
327
|
-
{
|
|
328
|
-
"checkParameterProperties": false,
|
|
329
|
-
"ignoreInferredTypes": true,
|
|
330
|
-
"treatMethodsAsReadonly": true
|
|
331
|
-
}
|
|
332
|
-
],
|
|
325
|
+
"@typescript-eslint/prefer-readonly-parameter-types": "off",
|
|
333
326
|
"@typescript-eslint/quotes": [
|
|
334
327
|
"error",
|
|
335
328
|
"single",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enigmatry/eslint-config",
|
|
3
|
-
"version": "15.1.1-preview.
|
|
3
|
+
"version": "15.1.1-preview.7",
|
|
4
4
|
"author": "Enigmatry",
|
|
5
5
|
"description": "ESLint shareable config for the Enigmatry style.",
|
|
6
6
|
"homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/eslint-config#readme",
|