Skip to content

Commit

Permalink
Merge pull request #97 from risker/feature/dev-env-update
Browse files Browse the repository at this point in the history
Update development environment to support Node 12
  • Loading branch information
LeBenLeBen authored and mihkeleidast committed May 23, 2020
1 parent 25f0eda commit b627a96
Show file tree
Hide file tree
Showing 50 changed files with 18,465 additions and 46,792 deletions.
1 change: 1 addition & 0 deletions packages/mandelbrot/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*.log
node_modules
dist
2 changes: 1 addition & 1 deletion packages/mandelbrot/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rules": {
"at-rule-empty-line-before": [
"always", {
"except": ["blockless-group", "first-nested"]
"except": ["blockless-after-blockless", "first-nested"]
}
],
"indentation": 4
Expand Down
Loading

0 comments on commit b627a96

Please sign in to comment.