@sprive/eslint-config
v2.1.0
Published
Hey, this is our small eslint configuration package. Make yourself at home!
Downloads
44
Readme
Unk ESLint
Hey, this is our small eslint configuration package. Make yourself at home!
Installation
npm install -D [email protected] typescript-eslint @sprive/eslint-config
Usage
with typescript:
import { spriveESLint } from "@sprive/eslint-config";
import tseslint from "typescript-eslint";
export default tseslint.config(...spriveESLint, {
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
});