Merge pull request #301 from innovaker/docs-eslint-prettier

docs: Add eslint, prettier and eslint-mdx support
This commit is contained in:
Pete Johanson 2020-10-27 12:56:44 -04:00 committed by GitHub
commit 2f09957ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 3072 additions and 153 deletions

View file

@ -28,5 +28,12 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-mdx": "^1.8.2",
"eslint-plugin-react": "^7.21.5",
"prettier": "2.1.2"
}
}