Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Upgrade upstream config and AVA
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed Dec 24, 2017
1 parent 06aa3e0 commit 06d49e0
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 230 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ module.exports = {
// disallow empty lines between declarations
'declaration-empty-line-before': 'never',

// require the most concise expression of properties
'declaration-block-no-redundant-longhand-properties': true,
'shorthand-property-no-redundant-values': true,

// always prefer class selectors and enforce camelCase
'selector-class-pattern': '^[a-z]+([A-Z][a-z]*)*$',
'selector-max-id': 0,
Expand Down
Loading

0 comments on commit 06d49e0

Please sign in to comment.