@seql/eslint-config

ESLint configs for SEQL

Usage no npm install needed!

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

README

SEQL eslint-config

ESLint configs for SEQL

Learn more about sharable ESLint configs in the docs.

Configurations

There are currently /base, /node, /mobile, and /web configurations.

We use eslint-patch to deal with some funkiness around eslint and npm's handling of peerDeps.

Please be sure to add this to the top of your .eslintrc.js:

require("@seql/eslint-config/eslint-patch");

module.exports = { ... }; // Your config

Contributing

Rules are updated regularly. To suggest the addition, modification, or removal of a rule, do so in ClickUp.