{"library":"stylelint-custom-processor-loader","type":"library","category":null,"description":"A Webpack loader (v0.6.0) that integrates Stylelint with custom processors (e.g., styled-components, markdown, HTML) into the Webpack build pipeline. Unlike postcss-loader, which only handles CSS files, this loader enables linting of CSS-in-JS and other non-standard syntaxes directly from JavaScript/TypeScript files. It requires peer dependencies stylelint >=7.8 and webpack >=2, and is intended for Webpack 2+ only. The loader is stable but receives infrequent updates, designed specifically for custom processor workflows that postcss-loader cannot support.","language":"javascript","status":"active","version":"0.6.0","tags":["javascript","lint","linter","stylelint","loader","webpack","webpack-loader","styled-components","custom-processor"],"last_verified":"Wed May 27","install":[{"cmd":"npm install stylelint-custom-processor-loader","imports":["import stylelintCustomProcessorLoader from 'stylelint-custom-processor-loader'","module.exports = { module: { rules: [ { test: /\\.jsx?$/, loader: 'stylelint-custom-processor-loader', exclude: /node_modules/ } ] } }","import stylelintCustomProcessorLoader from 'stylelint-custom-processor-loader';\n// In webpack config:\n{ loader: 'stylelint-custom-processor-loader', options: { configPath: './.my-stylelintrc' } }"]},{"cmd":"yarn add stylelint-custom-processor-loader","imports":[]},{"cmd":"pnpm add stylelint-custom-processor-loader","imports":[]}],"homepage":null,"github":"https://github.com/emilgoldsmith/stylelint-custom-processor-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/stylelint-custom-processor-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/stylelint-custom-processor-loader/compatibility"}}