1.0.4 • Published 2 years ago

eslint-plugin-no-quasar-ui v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

No Quasar UI

ESLint plugin to disallow Quasar UI elements

Used in projects that extends quasar with custom elements and does not want to use the base ones.

Install

$ npm i --save-dev eslint-plugin-no-quasar-ui

Use

.eslintrc.*

module.exports = {
  plugins: ['no-quasar-ui'],
  rules: {
    'no-quasar-ui/disallow-quasar-elements': 'error',
  },
};
1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago