mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-04-25 07:36:49 -05:00
12 lines
149 B
JavaScript
12 lines
149 B
JavaScript
import eslintConfig from '@pretendonetwork/eslint-config';
|
|
|
|
export default [
|
|
...eslintConfig,
|
|
{
|
|
ignores: [
|
|
'scripts/*',
|
|
'dist/*'
|
|
]
|
|
}
|
|
];
|