1.0.0 • Published 5 years ago

eslint-config-slingshot v1.0.0

Weekly downloads
205
License
MIT
Repository
-
Last release
5 years ago

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