@plugjs/eslint-plugin 0.2.26 → 0.3.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.
package/eslint.config.mjs DELETED
@@ -1,16 +0,0 @@
1
- import configurations from './index.mjs'
2
-
3
- export default [
4
- ...configurations,
5
-
6
- // ===== IGNORED FILES =======================================================
7
- // REMEMBER! Ignores *must* be in its own configuration, they can not coexist
8
- // with "rules", "languageOptions", "files", ... or anything else, otherwise
9
- // ESLint will blaantly ignore the ignore files!
10
- {
11
- ignores: [
12
- 'bundles/',
13
- 'node_modules/',
14
- ],
15
- },
16
- ]