@blinkorb/eslint-config
v0.3.0
Published
A collection of BlinkOrb's ESLint configs
Downloads
1,854
Maintainers
Readme
@blinkorb/eslint-config
A collection of BlinkOrb's ESLint configs
Setup
Install
npm i eslint prettier typescript @blinkorb/eslint-config -DConfigure
Copy and paste the following into your eslint.config.ts and delete as appropriate:
import base from '@blinkorb/eslint-config/base';
import expo from '@blinkorb/eslint-config/expo';
import jest from '@blinkorb/eslint-config/jest';
import react from '@blinkorb/eslint-config/react';
import { defineConfig } from 'eslint/config';
export default defineConfig([base, react, expo, jest]);