mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Fix any type usage in proprietary/ (#5949)
# Description of Changes Follow on from #5934, expanding `any` type usage ban to the `proprietary/` folder
This commit is contained in:
@@ -83,7 +83,10 @@ export default defineConfig(
|
||||
},
|
||||
// Folders that have been cleaned up and are now conformant - stricter rules enforced here
|
||||
{
|
||||
files: ['src/saas/**/*.{js,mjs,jsx,ts,tsx}'],
|
||||
files: [
|
||||
'src/proprietary/**/*.{js,mjs,jsx,ts,tsx}',
|
||||
'src/saas/**/*.{js,mjs,jsx,ts,tsx}',
|
||||
],
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
project: true,
|
||||
|
||||
Reference in New Issue
Block a user