mirror of
https://github.com/ivuorinen/config-checker.git
synced 2026-01-25 19:04:03 +00:00
13 lines
187 B
JavaScript
13 lines
187 B
JavaScript
import ivuorinenConfig from "@ivuorinen/eslint-config";
|
|
|
|
export default [
|
|
...ivuorinenConfig,
|
|
|
|
// your modifications
|
|
{
|
|
rules: {
|
|
// "no-unused-vars": "warn"
|
|
},
|
|
},
|
|
];
|