Skip to content

Commit 1d7717c

Browse files
committed
Update repo structure
1 parent 13fbc0b commit 1d7717c

8 files changed

+1204
-270
lines changed

Diff for: .eslintignore

-1
This file was deleted.

Diff for: .eslintrc.json

-268
This file was deleted.

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2022 How.Programming.Works contributors
3+
Copyright (c) 2017-2025 How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: 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)