@smartlook/eslint-config-prettier

Smartlook ESLint configuration for Prettier

Usage no npm install needed!

<script type="module">
  import smartlookEslintConfigPrettier from 'https://cdn.skypack.dev/@smartlook/eslint-config-prettier';
</script>

README

@smartlook/eslint-config-prettier

This config should be used in all projects which use Prettier.

Installation

npm i -D @smartlook/eslint-config-prettier
// .eslintrc.js

module.exports = {
    extends: ['@smartlook/eslint-config-prettier'],
}

License

See LICENSE.