mirror of
https://github.com/ivuorinen/base-configs-stylelint.git
synced 2026-01-26 11:13:59 +00:00
13 lines
185 B
JavaScript
13 lines
185 B
JavaScript
import ivuorinenConfig from '@ivuorinen/eslint-config';
|
|
|
|
export default [
|
|
...ivuorinenConfig,
|
|
|
|
// your modifications
|
|
{
|
|
rules: {
|
|
// "no-unused-vars": "warn"
|
|
}
|
|
}
|
|
];
|