Skip to content

Commit 15301ca

Browse files
committed
style: fix according linter
1 parent a5db5b3 commit 15301ca

5 files changed

Lines changed: 12 additions & 18 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ insert_final_newline = true
1111
[{package.json,*.yml,*.jade,*.pss,*.css}]
1212
indent_size = 2
1313

14+
[*.html]
15+
insert_final_newline = false
16+
1417
[{*.js,*.jsx}]
1518
indent_style = tab
1619

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: node_js
22
node_js:
3-
- v9
4-
- v8
5-
- v7
6-
- v6
7-
- v5
8-
- v4
3+
- 'node'
4+
- 'lts/*'
5+
- '10'
6+
- '8'
97

108
before_install:
119
- stty cols 80
@@ -17,9 +15,9 @@ addons:
1715
firefox: latest
1816
apt:
1917
sources:
20-
- google-chrome
18+
- google-chrome
2119
packages:
22-
- google-chrome-stable fluxbox
20+
- google-chrome-stable fluxbox
2321

2422
before_script:
2523
- "export DISPLAY=:99.0"

appveyor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
image: Visual Studio 2017
22
environment:
33
matrix:
4-
- nodejs_version: "9"
4+
- nodejs_version: "12"
5+
- nodejs_version: "10"
56
- nodejs_version: "8"
6-
- nodejs_version: "7"
7-
- nodejs_version: "6"
8-
- nodejs_version: "5"
9-
- nodejs_version: "4"
107

118
version: "{build}"
129
build: off
1310
deploy: off
1411

1512
before_build:
16-
- ps: Set-ScreenResolution 1920 1080
13+
- ps: Set-ScreenResolution 1920 1080
1714

1815
install:
1916
- ps: Install-Product node $env:nodejs_version

changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,3 @@
669669
* update files ([926c997](https://github.com/gitscrum/slims/commit/926c997))
670670
* update files ([f43997f](https://github.com/gitscrum/slims/commit/f43997f))
671671
* update gulpfile & added new module ([81bb6c2](https://github.com/gitscrum/slims/commit/81bb6c2))
672-
673-
674-

license

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

0 commit comments

Comments
 (0)