Skip to content

Commit 0fb5f9d

Browse files
committed
feature(putout) add processors
1 parent 1de21e3 commit 0fb5f9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1769
-674
lines changed

.eslintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"overrides": [{
3+
"files": ["*.md"],
4+
"rules": {
5+
"node/no-extraneous-require": "off",
6+
"node/no-missing-require": "off",
7+
"node/no-unpublished-require": "off",
8+
"eol-last": "off",
9+
"quote-props": "off"
10+
}
11+
}],
212
"extends": [
313
"plugin:putout/recommended",
414
"plugin:node/recommended"

0 commit comments

Comments
 (0)