Skip to content

Commit aaac0a5

Browse files
committed
chore: add eslint config
1 parent 2149869 commit aaac0a5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { sharedConfigs } from '@nodescript/eslint-config';
2+
3+
export default [
4+
...sharedConfigs,
5+
{
6+
ignores: [
7+
'**/docs/',
8+
'**/out/',
9+
]
10+
}
11+
];

0 commit comments

Comments
 (0)