Skip to content

Commit

Permalink
add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage committed Apr 28, 2021
1 parent 989d62b commit bc446da
Show file tree
Hide file tree
Showing 4 changed files with 5,152 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ module.exports = {
},
extends: [
"plugin:@typescript-eslint/recommended",
"prettier",
"plugin:prettier/recommended",
// "prettier",
// "plugin:prettier/recommended",
"plugin:fig-linter/recommended",
],
plugins: ["fig-linter"],
rules: {
"@typescript-eslint/explicit-module-boundary-types": 0,
"prettier/prettier": [
"error",
{
// Optional Prettier config changes
trailingComma: "es5",
printWidth: 80,
},
],
// "prettier/prettier": [
// "error",
// {
// // Optional Prettier config changes
// trailingComma: "es5",
// printWidth: 80,
// },
// ],
"no-unused-vars": ["off"],
"no-var": ["off"],
"@typescript-eslint/no-unused-vars": ["off"],
Expand Down
Empty file added .prettierignore
Empty file.
Loading

0 comments on commit bc446da

Please sign in to comment.