Skip to content

Commit c7a27b2

Browse files
committed
chore: format
1 parent 820dd2d commit c7a27b2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

spec/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const testRepos = [
2121

2222
const testWorkspaces = ["atom-community/atom-ide-base"]
2323

24-
/** a function that tests linting of a package */
24+
/** A function that tests linting of a package */
2525
async function testLint(packedPkg, testRepo, isWorkspace = false, isSilent = false) {
2626
console.log(`Testing ${testRepo}`)
2727

@@ -49,7 +49,7 @@ async function testLint(packedPkg, testRepo, isWorkspace = false, isSilent = fal
4949
}
5050
}
5151

52-
/** main entry */
52+
/** Main entry */
5353
;(async function main() {
5454
const root = resolve(dirname(__dirname))
5555
const packedPkg = join(root, `${pkg.name}-${pkg.version}.tgz`)

src/official-eslint-rules.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/** The official Eslint rules that are constructive and not included in recommended.
2-
* The formatting/stylistic rules are not among these.
3-
* The rules that might be useful in future are commented.
1+
/**
2+
* The official Eslint rules that are constructive and not included in recommended. The formatting/stylistic rules are
3+
* not among these. The rules that might be useful in future are commented.
44
*/
55
exports.eslintRulesExtra = {
66
// Source https://eslint.org/docs/rules/#possible-errors

0 commit comments

Comments
 (0)