Skip to content

Commit a415ca0

Browse files
update lint, editor config etc...
1 parent dfd43a3 commit a415ca0

File tree

8 files changed

+1746
-468
lines changed

8 files changed

+1746
-468
lines changed

.editorconfig

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# Editor configuration, see http://editorconfig.org
2-
root = true
31

4-
[*]
2+
[*.{js,ts}]
53
charset = utf-8
6-
indent_style = space
7-
indent_size = 2
8-
insert_final_newline = true
4+
indent_style = tab
95
trim_trailing_whitespace = true
106

11-
[*.md]
12-
max_line_length = off
13-
trim_trailing_whitespace = false
7+
[package.json]
8+
indent_style = spaces
9+
indent_size = 2

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./node_modules/@ssv/tools/base.eslintrc"
3+
}

.stylelintrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": "./node_modules/@ssv/tools/base.stylelintrc",
3+
"rules": {
4+
"max-nesting-depth": [
5+
5,
6+
{
7+
"ignore": [
8+
"blockless-at-rules"
9+
]
10+
}
11+
]
12+
}
13+
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# AngularLabs
1+
# angular labs
2+
experimental project for angular.
23

34
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.4.
45

0 commit comments

Comments
 (0)