Skip to content

Commit d974534

Browse files
committed
- Fixed linting.
1 parent a8b4d98 commit d974534

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

eslint.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import frostConfig from '@fr0st/eslint-config';
2-
3-
export default [
4-
frostConfig
5-
];
1+
import frostConfig from '@fr0st/eslint-config';
2+
3+
export default [
4+
frostConfig,
5+
];

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fr0st/core",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "FrostCore is a free, open-source utility library for JavaScript.",
55
"keywords": [
66
"utility",
@@ -39,7 +39,7 @@
3939
"license": "MIT",
4040
"private": false,
4141
"devDependencies": {
42-
"@fr0st/eslint-config": "^1.0.1",
42+
"@fr0st/eslint-config": "^1.0.2",
4343
"eslint": "^9.5.0",
4444
"mocha": "^10.4.0",
4545
"rollup": "^4.18.0",

0 commit comments

Comments
 (0)