Skip to content

Commit

Permalink
[core] Also format dot files & folders (mui#22975)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Oct 11, 2020
1 parent 66f3a23 commit 5ec7555
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.git
/.yarn
/coverage
/docs/.next
/docs/export
Expand Down
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ module.exports = {
parserOptions: {
ecmaVersion: 7,
},
plugins: ['eslint-plugin-material-ui', 'eslint-plugin-react-hooks', '@typescript-eslint/eslint-plugin'],
plugins: [
'eslint-plugin-material-ui',
'eslint-plugin-react-hooks',
'@typescript-eslint/eslint-plugin',
],
settings: {
'import/resolver': {
webpack: {
Expand Down
1 change: 1 addition & 0 deletions scripts/prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function runPrettier(options) {
'docs/pages/api-docs/**/*.md',
...ignoredFiles,
],
dot: true,
})
.filter(
(f) =>
Expand Down

0 comments on commit 5ec7555

Please sign in to comment.