Skip to content

Commit

Permalink
Lint the stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
amejia1 committed Jan 20, 2018
1 parent 7aae5f8 commit 74a17e1
Show file tree
Hide file tree
Showing 4 changed files with 1,368 additions and 155 deletions.
13 changes: 13 additions & 0 deletions .stylelintrc
@@ -0,0 +1,13 @@
{
"extends": "stylelint-config-standard",
"rules": {
"selector-type-no-unknown": [
true, {
ignoreTypes: [
"atom-xterm",
"atom-xterm-profile"
]
}
]
}
}

0 comments on commit 74a17e1

Please sign in to comment.