mirror of
https://github.com/ivuorinen/ivuorinen.git
synced 2026-03-18 12:02:49 +00:00
* chore(workflow): tweaks & moved .jscpd to root * chore(config): add .checkov.yaml * feat(lint): add @ivuorinen/base-configs, fix lints * chore(lint): fix lint errors * chore(lint): increase md max_line_length to 1000 * chore(workflows): run reviewdog on pull_request * feat(config): add actrc for nektosact.com * feat(lint): textlint configuration * chore(lint): disable json and natural language
13 lines
183 B
JavaScript
13 lines
183 B
JavaScript
import ivuorinenConfig from '@ivuorinen/eslint-config'
|
|
|
|
export default [
|
|
...ivuorinenConfig,
|
|
|
|
// your modifications
|
|
{
|
|
rules: {
|
|
// "no-unused-vars": "warn"
|
|
}
|
|
}
|
|
]
|