mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-22 06:57:38 -05:00
chore: update common eslint to include global ignores
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
This commit is contained in:
parent
b354f8c350
commit
15488e2ea5
|
|
@ -4,8 +4,7 @@ export default [
|
|||
...eslintConfig,
|
||||
{
|
||||
ignores: [
|
||||
'scripts/*',
|
||||
'dist/*'
|
||||
'scripts/*'
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
|
|||
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -28,7 +28,7 @@
|
|||
"xmlbuilder": "^15.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pretendonetwork/eslint-config": "^0.0.1",
|
||||
"@pretendonetwork/eslint-config": "^0.0.2",
|
||||
"@smithy/types": "^4.0.0",
|
||||
"@types/dicer": "^0.2.4",
|
||||
"@types/express": "^4.17.21",
|
||||
|
|
@ -1859,9 +1859,9 @@
|
|||
"integrity": "sha512-ybd3sB356v5Azxj99R62+7kytgAzfUYuXRJbdOznGL6infgCJ056TjTadN4V48m7t+3f6sPOUgo9YWUFNxlLLg=="
|
||||
},
|
||||
"node_modules/@pretendonetwork/eslint-config": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@pretendonetwork/eslint-config/-/eslint-config-0.0.1.tgz",
|
||||
"integrity": "sha512-eGFD1kL5xUiNLGIuSaBL0ArYHZ8D3CN8hPJtUJC19RNtkGTMfrC3sUEFguGt9HHKmO28D3S2ekYqAGUQ9Xn/PQ==",
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@pretendonetwork/eslint-config/-/eslint-config-0.0.2.tgz",
|
||||
"integrity": "sha512-dJQqexGwRGfQmOnTji4XFBsbAXzitT1F5cZML8TgI1eYYPOs/8LsT5wy+fMiWKb+S78hN1dUKhXCeK9JYVfeiw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
||||
|
|
@ -10078,9 +10078,9 @@
|
|||
"integrity": "sha512-ybd3sB356v5Azxj99R62+7kytgAzfUYuXRJbdOznGL6infgCJ056TjTadN4V48m7t+3f6sPOUgo9YWUFNxlLLg=="
|
||||
},
|
||||
"@pretendonetwork/eslint-config": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@pretendonetwork/eslint-config/-/eslint-config-0.0.1.tgz",
|
||||
"integrity": "sha512-eGFD1kL5xUiNLGIuSaBL0ArYHZ8D3CN8hPJtUJC19RNtkGTMfrC3sUEFguGt9HHKmO28D3S2ekYqAGUQ9Xn/PQ==",
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@pretendonetwork/eslint-config/-/eslint-config-0.0.2.tgz",
|
||||
"integrity": "sha512-dJQqexGwRGfQmOnTji4XFBsbAXzitT1F5cZML8TgI1eYYPOs/8LsT5wy+fMiWKb+S78hN1dUKhXCeK9JYVfeiw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"xmlbuilder": "^15.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pretendonetwork/eslint-config": "^0.0.1",
|
||||
"@pretendonetwork/eslint-config": "^0.0.2",
|
||||
"@smithy/types": "^4.0.0",
|
||||
"@types/dicer": "^0.2.4",
|
||||
"@types/express": "^4.17.21",
|
||||
|
|
@ -47,4 +47,4 @@
|
|||
"typescript": "^5.7.2",
|
||||
"xmlbuilder2": "^3.1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user