mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-25 21:46:28 +08:00
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
import config from '@syntatis/eslint-config';
|
|
|
|
export default [
|
|
{
|
|
ignores: ['dist', 'node_modules', 'temp', 'tmp'],
|
|
},
|
|
...config,
|
|
];
|