@bratislava/eslint-config 0.7.0 → 0.8.0

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -40,6 +40,7 @@ export const typescriptRules = {
40
40
  "@typescript-eslint/no-loop-func": "error",
41
41
  "no-shadow": "off",
42
42
  "@typescript-eslint/no-shadow": "error",
43
+ "require-await": "off",
43
44
  "@typescript-eslint/require-await": "error",
44
45
 
45
46
  // Other @typescript-eslint rules
@@ -101,7 +102,6 @@ export const eslintRules = {
101
102
  "prefer-const": "error",
102
103
  "prefer-object-spread": "error",
103
104
  "prefer-template": "error",
104
- "require-await": "error",
105
105
  yoda: "error",
106
106
  };
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bratislava/eslint-config",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Base ESLint configuration for Bratislava projects",
5
5
  "keywords": [
6
6
  "eslint",