Skip to content

Commit d48385a

Browse files
committed
Update eslint and prettier config
1 parent 8ccd33c commit d48385a

6 files changed

+1143
-271
lines changed

.eslintignore

-1
This file was deleted.

.eslintrc.json

-270
This file was deleted.

eslint.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
const init = require('eslint-config-metarhia');
4+
5+
module.exports = init;

0 commit comments

Comments
 (0)