eslint-config-compono-ui

Standard eslint config for Compono UI projects

Usage no npm install needed!

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

README

eslint-config-compono-ui

Shortlyster's frontend eslint configurations

They add a ton of opinionated changes on top of our minimal eslint-config-compono setup.

Getting started

Refer to this github repo in you package.json dev dependencies.

npm add -D eslint-config-compono-ui

Add .eslintrc to your project.

{
  "extends": "compono-ui",
  "rules": {
    // project specific rules go here
  }
}

Rules

We extend from Our rules

With the React plugin With the jsx-a11y plugin