Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 16, 2021
1 parent 820dd2d commit c7a27b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions spec/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const testRepos = [

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

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

Expand Down Expand Up @@ -49,7 +49,7 @@ async function testLint(packedPkg, testRepo, isWorkspace = false, isSilent = fal
}
}

/** main entry */
/** Main entry */
;(async function main() {
const root = resolve(dirname(__dirname))
const packedPkg = join(root, `${pkg.name}-${pkg.version}.tgz`)
Expand Down
6 changes: 3 additions & 3 deletions src/official-eslint-rules.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** The official Eslint rules that are constructive and not included in recommended.
* The formatting/stylistic rules are not among these.
* The rules that might be useful in future are commented.
/**
* The official Eslint rules that are constructive and not included in recommended. The formatting/stylistic rules are
* not among these. The rules that might be useful in future are commented.
*/
exports.eslintRulesExtra = {
// Source https://eslint.org/docs/rules/#possible-errors
Expand Down

0 comments on commit c7a27b2

Please sign in to comment.