eslint-config-hexo

ESLint config for Hexo projects

Usage no npm install needed!

<script type="module">
  import eslintConfigHexo from 'https://cdn.skypack.dev/eslint-config-hexo';
</script>

README

eslint-config-hexo

npm version

ESLint config for Hexo projects

Installation

$ npm install eslint-config-hexo --save-dev

Usage

In .eslintrc

{
  "extends": "hexo"
}

License

MIT