@putout/processor-css
Advanced tools
Comparing version
@@ -15,7 +15,3 @@ import {createRequire} from 'module'; | ||
return deepmerge.all([ | ||
defaultConfig, | ||
newConfig, | ||
]); | ||
return deepmerge.all([defaultConfig, newConfig]); | ||
}; | ||
@@ -9,5 +9,3 @@ import stylelint from 'stylelint'; | ||
export const files = [ | ||
'*.css', | ||
]; | ||
export const files = ['*.css']; | ||
@@ -17,6 +15,3 @@ export const lint = async (code, {fix}) => { | ||
const { | ||
output, | ||
results, | ||
} = await stylelint.lint({ | ||
const {output, results} = await stylelint.lint({ | ||
fix, | ||
@@ -23,0 +18,0 @@ code, |
{ | ||
"name": "@putout/processor-css", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"type": "module", | ||
@@ -27,3 +27,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"dependencies": { | ||
"cosmiconfig": "^7.0.0", | ||
"cosmiconfig": "^8.2.0", | ||
"deepmerge": "^4.2.2", | ||
@@ -40,5 +40,5 @@ "stylelint": "^15.6.0", | ||
"@putout/test": "^6.0.0", | ||
"c8": "^7.5.0", | ||
"c8": "^8.0.0", | ||
"eslint": "^8.0.1", | ||
"eslint-plugin-n": "^15.2.4", | ||
"eslint-plugin-n": "^16.0.0", | ||
"eslint-plugin-putout": "^17.0.0", | ||
@@ -45,0 +45,0 @@ "lerna": "^6.0.1", |
@@ -18,5 +18,3 @@ # @putout/processor-css [![NPM version][NPMIMGURL]][NPMURL] | ||
{ | ||
"processors": [ | ||
"css" | ||
] | ||
"processors": ["css"] | ||
} | ||
@@ -23,0 +21,0 @@ ``` |
5090
-1.32%65
-10.96%25
-7.41%- Removed
- Removed
- Removed
Updated