Skip to content

Commit 2d8b87e

Browse files
committed
update proselint 'very'
1 parent 0b2b5da commit 2d8b87e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.proselintrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"typography.exclamation" : false,
7979
"typography.symbols" : false,
8080
"uncomparables.misc" : true,
81-
"weasel_words.misc" : true,
82-
"weasel_words.very" : true
81+
"weasel_words.misc" : true
8382
}
8483
}

docs/roadmap.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Roadmap
88

99
#### Migrate to TypeScript from Flow (0.19.0)
1010

11-
This is currently a work in progress for the ERB team. The reason why we waited for a while before migrating to TypeScript is because we wanted users to use ESLint and TypeScript as opposed to TypeScript and TSLint. ESLint and TypeScript integration was initially very unstable and experimental so we wanted to wait a while before migrating. Now that the tooling is more stable, we have recently started working on the migration.
11+
This is currently a work in progress for the ERB team. The reason why we waited for a while before migrating to TypeScript is because we wanted users to use ESLint and TypeScript as opposed to TypeScript and TSLint. ESLint and TypeScript integration was initially unstable and experimental so we wanted to wait a while before migrating. Now that the tooling is more stable, we have recently started working on the migration.
1212

1313
#### Disabling Sourcemaps in Production (0.19.0)
1414

@@ -22,4 +22,4 @@ For context, see [electron/electron/issues/5113](https://github.com/electron/ele
2222

2323
#### Migrate to Azure Pipelines
2424

25-
Azure Pipelines allows concurrent builds for Windows, MacOS, and Linux. Rather than using Travis CI and Appveyor, Azure Pipelines will allow us to use a single CI for all platforms. While Travis CI does support Windows we've noticed that builds on it tend to be slow and the Windows builds tend to be very buggy.
25+
Azure Pipelines allows concurrent builds for Windows, MacOS, and Linux. Rather than using Travis CI and Appveyor, Azure Pipelines will allow us to use a single CI for all platforms. While Travis CI does support Windows we've noticed that builds on it tend to be slow and the Windows builds tend to be unreliable and flaky.

docusaurus.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module.exports = {
3131
href: 'https://opencollective.com/electron-react-boilerplate-594',
3232
label: 'Donate'
3333
},
34-
{ page: 'help', label: 'Help' },
3534
{ blog: true, label: 'Blog' }
3635
]
3736
},

0 commit comments

Comments
 (0)