eslint-config 7.0.2
Install from the command line:
Learn more about npm packages
$ npm install @spear-ai/eslint-config@7.0.2
Install via package.json:
"@spear-ai/eslint-config": "7.0.2"
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;