Skip to content

Commit

Permalink
style: use 90 char ruler
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Dec 6, 2020
1 parent d173cfb commit 707b9d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.precommit.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-env node */
module.exports = {
extends: './.eslintrc',
rules: {
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.rulers": [90],
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"eslint.packageManager": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"yarn": true
},
"prettier": {
"printWidth": 80,
"printWidth": 90,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
Expand Down

0 comments on commit 707b9d1

Please sign in to comment.