@papillonarts/setup 0.47.1 → 0.48.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/eslint/index.mjs"],"names":[],"mappings":"AAwBA;;
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/eslint/index.mjs"],"names":[],"mappings":"AAwBA;;qCAqKC"}
|
package/build/eslint/index.mjs
CHANGED
|
@@ -46,7 +46,7 @@ export function getESLintSetup({ eslintIgnores }) {
|
|
|
46
46
|
|
|
47
47
|
files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
|
|
48
48
|
|
|
49
|
-
ignores: ['**/__tests__/**', '**/*.test.ts', '**/*.test.tsx'],
|
|
49
|
+
ignores: ['**/__tests__/**', '**/*.test.ts', '**/*.test.tsx', '**/*.d.ts'],
|
|
50
50
|
|
|
51
51
|
plugins: {
|
|
52
52
|
react: fixupPluginRules(react),
|
|
@@ -95,7 +95,7 @@ export function getESLintSetup({ eslintIgnores }) {
|
|
|
95
95
|
},
|
|
96
96
|
|
|
97
97
|
projectService: {
|
|
98
|
-
allowDefaultProject: ['*.js', '*.jsx', '*.ts', '*.tsx'],
|
|
98
|
+
allowDefaultProject: ['*.js', '*.jsx', '*.ts', '*.tsx', '*.d.ts'],
|
|
99
99
|
},
|
|
100
100
|
},
|
|
101
101
|
},
|
|
@@ -120,7 +120,8 @@ export function getESLintSetup({ eslintIgnores }) {
|
|
|
120
120
|
'<root>packages/components/tsconfig.json',
|
|
121
121
|
'<root>packages/library/tsconfig.json',
|
|
122
122
|
'<root>packages/lodash/tsconfig.json',
|
|
123
|
-
'<root>packages/setup/
|
|
123
|
+
'<root>packages/setup/tsconfig.json',
|
|
124
|
+
'<root>packages/core/tsconfig.json',
|
|
124
125
|
],
|
|
125
126
|
}),
|
|
126
127
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papillonarts/setup",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.0",
|
|
4
4
|
"description": "Papillon Arts Setup",
|
|
5
5
|
"homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/setup",
|
|
6
6
|
"repository": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"build-acceptance": "npm run build",
|
|
38
38
|
"build-release": "npm run build"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "0e3dc43de7c6e4ff4a2fcec300c7a733e5736ef4"
|
|
41
41
|
}
|