2.3.1 • Published 5 months ago

eslint-plugin-gamut v2.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

eslint-plugin-gamut

Recommended eslint plugins for all Gamut applications. ✨

Usage

// eslintrc.js

module.exports = {
  root: true,

  plugins: ['eslint-plugin-gamut'],

  rules: {
    'gamut/prefer-themed': 'error',
    'gamut/no-css-standalone': 'error',
    'gamut/import-paths': 'error',
  },
};
2.3.1

5 months ago

2.3.0

7 months ago

2.2.0

1 year ago

2.1.0

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago