eslint-config 1.0.2
Install from the command line:
Learn more about npm packages
$ npm install @spear-ai/eslint-config@1.0.2
Install via package.json:
"@spear-ai/eslint-config": "1.0.2"
About this version
An ESLint config with all batteries included. Except ESLint itself, no peer dependencies are required.
yarn add -D eslint @spear-ai/eslint-config
Add the following to your eslint.config.js
file:
import spearConfig from '@spear-ai/eslint-config';
const eslintConfig = [
...spearConfig,
]
export default eslintConfig;