@hearthsim/eslint-config-typescript 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -14,7 +14,7 @@ module.exports = {
14
14
  files: ["**/*.js", "**/*.jsx"],
15
15
  rules: {
16
16
  // require is allowed in js, as we may not have import available
17
- "@typescript-eslint/no-var-requires": "off",
17
+ "@typescript-eslint/no-require-imports": "off",
18
18
  },
19
19
  },
20
20
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hearthsim/eslint-config-typescript",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "HearthSim's presets for ESLint, with Typescript support.",
5
5
  "repository": "git@github.com:HearthSim/eslint-config-typescript.git",
6
6
  "author": "Benedict Etzel <benedict@hearthsim.net>",