Skip to content

Commit cb98b66

Browse files
committed
Update eslint and prettier
1 parent cebdb96 commit cb98b66

File tree

4 files changed

+1531
-4510
lines changed

4 files changed

+1531
-4510
lines changed

eslint.config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
'use strict';
2+
3+
const init = require('eslint-config-metarhia');
4+
5+
module.exports = [
6+
...init,
7+
{
8+
ignores: [
9+
'node_modules/**',
10+
'release/**',
11+
'fonts/**',
12+
'book.pdf',
13+
'eslint.config.*',
14+
'prettier.config.*',
15+
],
16+
},
17+
];

0 commit comments

Comments
 (0)