eslint-config-isaacscript 3.4.0 → 3.4.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/base.js +1 -1
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -297,7 +297,7 @@ module.exports = {
297
297
  "error",
298
298
  {
299
299
  convertPath: {
300
- "src/**/*.ts": ["^src/(.+?)\\.ts$", "src/$1.js"],
300
+ "src/**/*.ts": ["^src/(.+?)\\.ts$", "dist/$1.js"],
301
301
  },
302
302
  },
303
303
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",