eslint-config-slingshot

Standard ESLint configuration for Slingshot projects

Usage no npm install needed!

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

README

Slingshot standard ESLint configuration

A standard ESLint configuration for Slingshot projects.

Running lint

# Check if there any lint errors
yarn run lint

# Automatically fix some of the errors
yarn run lint -- --fix

It is strongly suggested that you integrate ESLint into your IDE.

Changelog

1.0.0

  • Initial release, which extracts the config that has been copied around from project to project