@plumeria/eslint-plugin 2.1.1 → 2.1.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.
@@ -7,6 +7,7 @@ async function run() {
7
7
  const eslint = new ESLint({
8
8
  cwd: process.cwd(),
9
9
  overrideConfig: [plumeria.flatConfigs.recommended],
10
+ ignorePatterns: ['**/.*/**'],
10
11
  });
11
12
 
12
13
  const results = await eslint.lintFiles('**/*.{ts,tsx,js,jsx}');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/eslint-plugin",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Plumeria ESLint plugin",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",