Skip to content

Commit a4a48a0

Browse files
committed
Update repo structure
1 parent a06e6a3 commit a4a48a0

7 files changed

+2044
-176
lines changed

.eslintrc.yml

Lines changed: 0 additions & 173 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017
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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Lazy
2-
Lazy Operations and Data Transformations
1+
# Lazy Operations and Data Transformations

eslint.config.js

Lines changed: 5 additions & 0 deletions
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)