@cfx-dev/eslint-config-ui
v2.2.0
Published
cfx-dev's ESLint config, following our styleguide
Readme
UI Eslint Config
This package provides @cfx-dev eslint shared config.
Instalation
yarn add -D eslint@^9.28.0 @cfx-dev/eslint-config-uior
npm install --save-dev eslint@^9.28.0 @cfx-dev/eslint-config-uiUsage
Add extends to your eslint config file eslint.config.mjs:
import { defineConfig } from "eslint/config";
import cfxUiConfig from "@cfx-dev/eslint-config-ui";
export default defineConfig([
{
files: ["src/**/*{ts,tsx}"],
extends: [cfxUiConfig],
},
]);
License
This project is licensed under the MIT License.
