Skip to content

Commit 6988c13

Browse files
committed
lint
1 parent 5c9b223 commit 6988c13

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

plugins/postcss-alpha-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
},
7373
"bugs": "https://github.com/csstools/postcss-plugins/issues",
7474
"keywords": [
75+
"alpha",
7576
"color",
7677
"css",
7778
"design",
78-
"alpha",
7979
"postcss",
8080
"postcss-plugin"
8181
],

plugins/postcss-gamut-mapping/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ const creator: PluginCreator<pluginOptions> = () => {
169169
const parentClone = parent.clone();
170170
parentClone.removeAll();
171171

172-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
173172
parentClone.raws.before = '\n';
174173

175174
const clone = item.clone();

plugins/postcss-progressive-custom-properties/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ const creator: PluginCreator<null> = () => {
120120
const parentClone = decl.parent.clone();
121121
parentClone.removeAll();
122122

123-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
124123
parentClone.raws.before = '\n';
125124

126125
parentClone.append(decl.clone());

0 commit comments

Comments
 (0)