mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
11 lines
136 B
JavaScript
11 lines
136 B
JavaScript
import eslintConfig from '@pretendonetwork/eslint-config';
|
|
|
|
export default [
|
|
...eslintConfig,
|
|
{
|
|
ignores: [
|
|
'scripts/*'
|
|
]
|
|
}
|
|
];
|