mirror of https://github.com/electron/electron
22 lines
400 B
JSON
22 lines
400 B
JSON
{
|
|
"plugins": [
|
|
"markdown",
|
|
"unicorn"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.md", "**/*.md"],
|
|
"processor": "markdown/markdown"
|
|
}
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
"indent": "off",
|
|
"no-undef": "off",
|
|
"no-unused-expressions": "off",
|
|
"no-unused-vars": "off",
|
|
"semi": "off",
|
|
"unicorn/prefer-node-protocol": "error"
|
|
}
|
|
}
|