@plugjs/eslint-plugin 0.0.1 → 0.0.2

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.
@@ -109,7 +109,7 @@ module.exports = {
109
109
  'no-invalid-this': [ 'off' ], // use @typescript/no-invalid-this
110
110
  },
111
111
  overrides: [ {
112
- files: [ '*.js' ],
112
+ files: [ '*.js', '*.cjs', '*.mjs' ],
113
113
  parser: 'espree',
114
114
  env: {
115
115
  node: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plugjs/eslint-plugin",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Shared ESLint configurations and extras",
5
5
  "main": "./index.cjs",
6
6
  "author": "Team Juit <developers@juit.com>",