Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-slingshot

robertjacobson535MIT1.0.0

Standard ESLint configuration for Slingshot projects

eslint, eslintconfig

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