Skip to content

acmuta-research/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@acmuta-research/stylelint-config

npm (scoped) License: MIT Node CI

This package contains the Stylelint configuration used by the ACM UTA Research team, to enable high-quality code while writing CSS.

Installation

npm install --save-dev @acmuta-research/stylelint-config

Configure

Add the following to your .stylelintrc.json file:

{
  "extends": "@acmuta-research/stylelint-config"
}

License

This library is licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.