You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add ESLint configuration for TypeScript and JavaScript files
- Integrated ESLint with TypeScript support using @typescript-eslint
- Configured recommended rules for TypeScript and JavaScript
- Added plugins for Jest, Jest Extended, Simple Import Sort, and Prettier
- Customized rules for unused variables, empty catch blocks, and variable declarations
- Set up global variables for Node, Browser, and Jest environments
- Ignored specific directories (dist and coverage) in linting
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa
8
8
9
9
### Bug Fixes
10
10
11
-
-**deps:** fix package exports, default must be last ([100053f](https://github.com/marcocesarato/dotenv-mono/commit/100053f7c589073b1c1ee30159dc6c2055f57e5c))
11
+
-**deps:** fix package exports, default must be last ([100053f](https://github.com/marcocesarato/dotenv-mono/commit/100053f7c589073b1c1ee30159dc6c2055f57e5c))
@@ -18,148 +18,148 @@ All notable changes to this project will be documented in this file. See [standa
18
18
19
19
### Bug Fixes
20
20
21
-
-load file fills in the object fields from the loaded file ([62cab2c](https://github.com/marcocesarato/dotenv-mono/commit/62cab2cda4bbc3fc4add736465fc368c610f4b1e))
21
+
- load file fills in the object fields from the loaded file ([62cab2c](https://github.com/marcocesarato/dotenv-mono/commit/62cab2cda4bbc3fc4add736465fc368c610f4b1e))
-add parse option map of number validator on cli ([c606608](https://github.com/marcocesarato/dotenv-mono/commit/c60660834e1b3d0e40bd876df4628ff893d2d67e))
28
-
-**deps:** update dependency dotenv-expand to v10 ([c6ef9a6](https://github.com/marcocesarato/dotenv-mono/commit/c6ef9a6f7ae17f54e43f5e06fb4202eeb802e598))
29
-
-improve map of numbers parsed option check on cli ([e029e4e](https://github.com/marcocesarato/dotenv-mono/commit/e029e4e5759350ac47634f7a80ec604233969577))
27
+
- add parse option map of number validator on cli ([c606608](https://github.com/marcocesarato/dotenv-mono/commit/c60660834e1b3d0e40bd876df4628ff893d2d67e))
28
+
-**deps:** update dependency dotenv-expand to v10 ([c6ef9a6](https://github.com/marcocesarato/dotenv-mono/commit/c6ef9a6f7ae17f54e43f5e06fb4202eeb802e598))
29
+
- improve map of numbers parsed option check on cli ([e029e4e](https://github.com/marcocesarato/dotenv-mono/commit/e029e4e5759350ac47634f7a80ec604233969577))
-trim dots on extension config ([0e4fda8](https://github.com/marcocesarato/dotenv-mono/commit/0e4fda87ef8dd9f28bfb81ec0e63b684d92fc8b4))
35
+
- trim dots on extension config ([0e4fda8](https://github.com/marcocesarato/dotenv-mono/commit/0e4fda87ef8dd9f28bfb81ec0e63b684d92fc8b4))
-check json value parsed on run cli ([015e454](https://github.com/marcocesarato/dotenv-mono/commit/015e454965e9c32a14971a7a708828981557949e))
- check json value parsed on run cli ([015e454](https://github.com/marcocesarato/dotenv-mono/commit/015e454965e9c32a14971a7a708828981557949e))
- save changes on empty dotenv ([b76948d](https://github.com/marcocesarato/dotenv-mono/commit/b76948d375d537b7865263529e67bf80a68af3b3))
-save changes on dotenv file matching ([b07850fe](https://github.com/marcocesarato/dotenv-mono/commit/b07850fea6ede63b52b03ac59ccedf0855915548))
64
-
-add run cli return value ([d61cc1d0](https://github.com/marcocesarato/dotenv-mono/commit/d61cc1d0cba54bbdb83c5057fc2c306be61df8be))
65
-
-get priorities with environment on run ([32efc79d](https://github.com/marcocesarato/dotenv-mono/commit/32efc79d01ab27b693ee3f4b42ce585d37e42156))
63
+
- save changes on dotenv file matching ([b07850fe](https://github.com/marcocesarato/dotenv-mono/commit/b07850fea6ede63b52b03ac59ccedf0855915548))
64
+
- add run cli return value ([d61cc1d0](https://github.com/marcocesarato/dotenv-mono/commit/d61cc1d0cba54bbdb83c5057fc2c306be61df8be))
65
+
- get priorities with environment on run ([32efc79d](https://github.com/marcocesarato/dotenv-mono/commit/32efc79d01ab27b693ee3f4b42ce585d37e42156))
-add encoding string typing and casting ([f583e53](https://github.com/marcocesarato/dotenv-mono/commit/f583e53969c0a2e77f1441ce6d1b10b3f247cb71))
78
-
-improve cli option parsing and type detection ([b77d9fa](https://github.com/marcocesarato/dotenv-mono/commit/b77d9fafc6c64bc413b501a4fa6fd6e895ec58f5))
77
+
- add encoding string typing and casting ([f583e53](https://github.com/marcocesarato/dotenv-mono/commit/f583e53969c0a2e77f1441ce6d1b10b3f247cb71))
78
+
- improve cli option parsing and type detection ([b77d9fa](https://github.com/marcocesarato/dotenv-mono/commit/b77d9fafc6c64bc413b501a4fa6fd6e895ec58f5))
-add file to load dotenv files with require ([c27232b](https://github.com/marcocesarato/dotenv-mono/commit/c27232b28e9bc901ca1d0037a83f01f47718c232)), closes [#2](https://github.com/marcocesarato/dotenv-mono/issues/2)
85
-
-add options as parameters on cli usage method ([3b23fc2](https://github.com/marcocesarato/dotenv-mono/commit/3b23fc2367c700337a1dc3fc0e400a192f9f0802))
84
+
- add file to load dotenv files with require ([c27232b](https://github.com/marcocesarato/dotenv-mono/commit/c27232b28e9bc901ca1d0037a83f01f47718c232)), closes [#2](https://github.com/marcocesarato/dotenv-mono/issues/2)
85
+
- add options as parameters on cli usage method ([3b23fc2](https://github.com/marcocesarato/dotenv-mono/commit/3b23fc2367c700337a1dc3fc0e400a192f9f0802))
-load dotenv on process with defaults ([e379f2d](https://github.com/marcocesarato/dotenv-mono/commit/e379f2d7b559b07fececcfd0d2587bf6cb2260ec))
96
+
- load dotenv on process with defaults ([e379f2d](https://github.com/marcocesarato/dotenv-mono/commit/e379f2d7b559b07fececcfd0d2587bf6cb2260ec))
-typo repo name in homepage and bug url of package.json ([413c3c4](https://github.com/marcocesarato/dotenv-mono/commit/413c3c4930da44d99c30f2d6decccdba0a605f0a))
109
-
-add export default dotenv class ([9bfed27](https://github.com/marcocesarato/dotenv-mono/commit/9bfed27850cd0756636c09244f9df8dd363b84ca))
110
-
-set accessor properties as private ([afd4df8](https://github.com/marcocesarato/dotenv-mono/commit/afd4df83892510ef13e81052c78269808c880634))
108
+
- typo repo name in homepage and bug url of package.json ([413c3c4](https://github.com/marcocesarato/dotenv-mono/commit/413c3c4930da44d99c30f2d6decccdba0a605f0a))
109
+
- add export default dotenv class ([9bfed27](https://github.com/marcocesarato/dotenv-mono/commit/9bfed27850cd0756636c09244f9df8dd363b84ca))
110
+
- set accessor properties as private ([afd4df8](https://github.com/marcocesarato/dotenv-mono/commit/afd4df83892510ef13e81052c78269808c880634))
0 commit comments