4.0.0 • Published 1 month ago

@sanity/eslint-config-studio v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@sanity/eslint-config-studio

The ESLint configuration that ships with new Sanity Studio projects.

Designed to be relatively unobtrusive to help find bugs instead enforce opinions.

Installation

Install

yarn add eslint @sanity/eslint-config-studio --dev

or

npm install eslint @sanity/eslint-config-studio --save-dev

Update the configuration

Add the following to .eslintrc

{
  "extends": "@sanity/eslint-config-studio"
}

Differences from eslint-config-sanity

eslint-config-sanity@sanity/eslint-config-studio
Use caseinternal projectsoffered publicly to be used in the Sanity Studio
Rule setopinionated, enforces internal conventionsunobtrusive, unopinionated, offered solely to catch bugs
Dependenciescontains many presets but must install each plugincontains only one preset, but install plugins for you*

*Note: This package utilizes @rushstack/eslint-patch to include plugins as dependencies. This making installation easier and allows us to manage those dependencies for you.

Since this package includes dependencies to plugins, it will never have more than one preset.

Release new version

Run "CI & Release" workflow. Make sure to select the main branch and check "Release new version".

Semantic release will only release on configured branches, so it is safe to run release on any branch.