@viclafouch/eslint-config-viclafouch 4.6.0 → 4.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viclafouch/eslint-config-viclafouch",
3
- "version": "4.6.0",
3
+ "version": "4.7.0",
4
4
  "description": "ESLint and Prettier Config from Victor de la Fouchardiere",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -140,7 +140,7 @@ module.exports = {
140
140
  overrides: [
141
141
  {
142
142
  extends: ['plugin:@typescript-eslint/disable-type-checked'],
143
- files: ['./**/*.js']
143
+ files: ['./**/*.js', './**/*.cjs']
144
144
  },
145
145
  {
146
146
  files: ['*.ts?(x)'],