A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/effector/eslint-plugin below:

effector/eslint-plugin: Enforcing best practices for Effector

Enforcing best practices for Effector. Documentation available at eslint.effector.dev.

This plugin uses TypeScript for more precise results, but JavaScript is supported too.

Install ESLint and eslint-plugin-effector:

$ pnpm install --dev eslint
$ pnpm install --dev eslint-plugin-effector
$ yarn add --dev eslint
$ yarn add --dev eslint-plugin-effector
$ npm install --dev eslint
$ npm install --dev eslint-plugin-effector

Add effector to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["effector"],
  "extends": ["plugin:effector/recommended", "plugin:effector/scope"]
}

Read more detailed docs on eslint.effector.dev

  1. Bump version in package.json
  2. Fill CHANGELOG.md
  3. Commit changes by git commit -m "Release X.X.X"
  4. Create git tag for release by git tag -a vX.X.X -m "vX.X.X"
  5. Push changes to remote by git push --follow-tags
  6. Release package to registry by pnpm clean-publish
  7. Fill release page with changelog on GitHub

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4