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