1.0.11 • Published 3 years ago

eslint-plugin-scss-import-last v1.0.11

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

eslint-plugin-scss-import-last

Rule to sort scss imports, so they're the last ones with one empty line before them. Any other empty lines between imports will be deleted. Currently, no support for mixed imports and exports.

Usage

npm i --save-dev eslint-plugin-scss-import-last

or

yarn add --dev eslint-plugin-scss-import-last

.eslintrc.js

{
  plugins: [
    'scss-import-last'
  ],
  rules: {
    'scss-import-last/scss-import-last': 'error',
  }
}
1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago