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

Package detail

@sanity/eslint-config-studio

sanity-io124.8kMIT5.0.1

The ESLint configuration that ships with new Sanity Studio projects. Designed to be relatively unobtrusive to help find bugs instead enforce opinions.

sanity, eslint

readme

@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 eslint.config.mjs

import studio from '@sanity/eslint-config-studio'

export default [...studio]

Version compatibility

This package is designed to work with ESLint >= 9, which supports/uses the new "flat configuration" format.

If you are using ESLint <= 8, you should install and use @sanity/eslint-config-studio@4.

Differences from eslint-config-sanity

| | eslint-config-sanity | @sanity/eslint-config-studio | | ------------ | -------------------------------------------------- | -------------------------------------------------------------------------------- | | Use case | internal projects | offered publicly to be used in the Sanity Studio | | Rule set | opinionated, enforces internal conventions | unobtrusive, unopinionated, offered solely to catch bugs | | Dependencies | contains many presets but must install each plugin | contains only one preset, but install plugins 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.

changelog

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.1 (2024-12-16)

Bug Fixes

  • ignore Sanity runtime artifact and built files (#43) (8c44e39)

5.0.0 (2024-12-09)

⚠ BREAKING CHANGES

  • Drop support for eslint <= 8. See MIGRATION.md for details on how to migrate.

Features

4.0.0 (2024-04-03)

⚠ BREAKING CHANGES

  • upgrade to @typescript-eslint/eslint-plugin v7.5.0

Features

  • upgrade to @typescript-eslint/eslint-plugin v7.5.0 (4c38dba)

Bug Fixes

3.0.1 (2023-08-29)

Bug Fixes

3.0.0 (2023-08-02)

⚠ BREAKING CHANGES

  • deps: update linters to v6 (major)

Bug Fixes

  • deps: update linters to v6 (major) (66835f1)

2.0.4 (2023-07-07)

Bug Fixes

2.0.3 (2023-07-07)

Bug Fixes

  • don't publish junk files (f9ae386)

2.0.2 (2023-07-07)

Bug Fixes

  • bump deps (91114c6)
  • deps: update dependency @sanity/semantic-release-preset to v4 (#29) (2c88763)

2.0.1 (2022-11-04)

Bug Fixes

  • deps: update dependencies (non-major) (#14) (c54de89)