Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@taiga-ui/eslint-plugin-experience

nsbarsukov5.9kApache-2.0deprecated0.249.0

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

An ESLint plugin to enforce a consistent code styles across taiga-ui projects

readme

@taiga-ui/eslint-plugin-experience

.eslintrc.js

module.exports = {
  root: true,
  extends: ['plugin:@taiga-ui/experience/all'],
};