Skip to content

Commit

Permalink
Update prettier config
Browse files Browse the repository at this point in the history
PR-URL: #408
  • Loading branch information
JuliaGerasymenko authored and nechaido committed Jan 29, 2019
1 parent d8309c4 commit a08758f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
extends:
- metarhia
- plugin:prettier/recommended
plugins:
- prettier
rules:
prettier/prettier: error
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"scripts": {
"test": "npm run lint && metatests test/*.js",
"perf": "tests/load/run.sh",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\"",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\" \"**/*.yml\"",
"docs": "metaschema ./metasync.js",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\" \"**/*.yml\"",
"build": "babel metasync.js -d dist && babel lib -d dist/lib",
"prepublish": "npm run -s build"
},
Expand Down

0 comments on commit a08758f

Please sign in to comment.