Skip to content

Commit

Permalink
Add solium
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Nov 24, 2018
1 parent bc6c1ca commit d6d5ec9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .soliumignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
16 changes: 16 additions & 0 deletions .soliumrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": "solium:recommended",
"plugins": [
"security"
],
"rules": {
"quotes": [
"error",
"double"
],
"indentation": [
"error",
2
]
}
}

0 comments on commit d6d5ec9

Please sign in to comment.