mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-26 07:55:17 -05:00
docs: Add eslint-mdx support
Official guidelines: https://github.com/mdx-js/eslint-mdx Steps taken: npm i -D eslint-plugin-mdx Edit .eslintrc.js
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
extends: [
|
||||
"eslint:recommended",
|
||||
"plugin:react/recommended",
|
||||
"plugin:mdx/recommended",
|
||||
"prettier",
|
||||
"prettier/react",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user