eslint-config-isaacscript 4.14.0 → 4.14.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.
@@ -228,6 +228,8 @@ const config = {
228
228
  "prettier.config.js",
229
229
  "typedoc.config.mjs",
230
230
  "typedoc.config.js",
231
+ "vite.config.js",
232
+ "vite.config.mjs",
231
233
  ],
232
234
  rules: {
233
235
  "import/no-default-export": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "4.14.0",
3
+ "version": "4.14.1",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",