Create a mediacurrent/recommended eslint config to handle vanilla JS standards. This could then be installed and extended in the theme generator.
"extends": [
"plugin:mediacurrent/recommended"
]
A React config should also be created as mediacurrent/jsx that could then be extended in theme generator projects that need React coverage, or on standalone React project as well.
Create a
mediacurrent/recommended
eslint config to handle vanilla JS standards. This could then be installed and extended in the theme generator.A React config should also be created as
mediacurrent/jsx
that could then be extended in theme generator projects that need React coverage, or on standalone React project as well.Here is the documentation on creating a shareable/published eslint config: https://eslint.org/docs/developer-guide/shareable-configs