Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c58145d

Browse files
authoredJun 29, 2024··
update eslint (#1412)
1 parent 3a903bf commit c58145d

File tree

326 files changed

+2986
-2798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+2986
-2798
lines changed
 

‎.eslintrc.json

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

‎.github/bin/format-package-json.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ const formatted = {};
5757

5858
formatted.funding = [
5959
{
60-
"type": "github",
61-
"url": "https://github.com/sponsors/csstools"
60+
'type': 'github',
61+
'url': 'https://github.com/sponsors/csstools',
6262
},
6363
{
64-
"type": "opencollective",
65-
"url": "https://opencollective.com/csstools"
66-
}
64+
'type': 'opencollective',
65+
'url': 'https://opencollective.com/csstools',
66+
},
6767
];
6868

6969
delete packageJSONInfo.funding;
@@ -75,7 +75,7 @@ const formatted = {};
7575
delete packageJSONInfo.private;
7676

7777
formatted.engines = {
78-
node: '^14 || ^16 || >=18'
78+
node: '^14 || ^16 || >=18',
7979
};
8080
delete packageJSONInfo.engines;
8181

0 commit comments

Comments
 (0)
Please sign in to comment.