mirror of
https://github.com/ivuorinen/base-configs-semantic-release.git
synced 2026-01-26 03:34:00 +00:00
* feat: upgrade yarn, prettier format all, upgrade actions * fix: postinstall script and .releaserc.json
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"
|
|
},
|
|
},
|
|
];
|