README
Introduction
A preset of eslint config.
Installation
yarn add -D @alexmchan/eslint-configAdd to the
.eslintrc.js
module.exports = {
extends: ['@alexmchan/eslint-config'],
}
A preset of eslint config.
<script type="module">
import alexmchanEslintConfig from 'https://cdn.skypack.dev/@alexmchan/eslint-config';
</script>
A preset of eslint config.
yarn add -D @alexmchan/eslint-config
Add to the .eslintrc.js
module.exports = {
extends: ['@alexmchan/eslint-config'],
}