eslint-config 20.0.1
Install from the command line:
Learn more about npm packages
$ npm install @spear-ai/eslint-config@20.0.1
Install via package.json:
"@spear-ai/eslint-config": "20.0.1"
About this version
An ESLint config with all batteries included.
yarn add -D eslint @spear-ai/eslint-config
Add the following to your eslint.config.js
file:
import { baseEslintConfig } from "@spear-ai/eslint-config";
const eslintConfig = [...baseEslintConfig];
export default eslintConfig;