Skip to content

Commit 6942038

Browse files
authored
internal: Remove .editorconfig since we use prettier (#15)
1 parent 60d53bd commit 6942038

6 files changed

Lines changed: 6 additions & 17 deletions

File tree

.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist
22
node_modules
33
!.eslintrc.js
4+
!.prettierrc.js

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- '*'
66
- '*/*'
77
- '!master'
8+
- '!canary'
89
jobs:
910
test:
1011
runs-on: ubuntu-latest

.prettierignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
2-
package.json
32
package-lock.json
3+
tsconfig.tsbuildinfo
44
coverage
55
dist
6-
tsconfig.tsbuildinfo

.prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
arrowParens: 'always',
3+
endOfLine: 'lf',
34
printWidth: 80,
45
proseWrap: 'always',
56
semi: true,

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"command": {
66
"version": {
77
"exact": true,
8-
"ignoreChanges": ["*.md"],
9-
"message": "Release"
8+
"ignoreChanges": ["*.md", "*.test.ts"],
9+
"message": "release"
1010
},
1111
"publish": {
1212
"npmClient": "npm",

0 commit comments

Comments
 (0)