Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Screw you prettier and your random new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Nov 9, 2017
1 parent fc5df83 commit 1153b29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
],
'plugins': [
'flowtype',
'prettier',
],
'rules': {
'babel/no-await-in-loop': 0,
Expand All @@ -14,13 +13,5 @@ module.exports = {
'flowtype/object-type-delimiter': 0,
'no-new': 0,
'linebreak-style': 0,
'prettier/prettier': [1, {
'bracketSpacing': false,
'jsxBracketSameLine': true,
'parser': 'flow',
'printWidth': 120,
'singleQuote': true,
'trailingComma': 'all',
}],
},
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"flow-bin": "^0.57.3",
"mocha": "^3.2.0",
"mocha-appveyor-reporter": "^0.4.0",
"prettier": "^1.7.4",
"sinon": "^2.0.0"
}
}

0 comments on commit 1153b29

Please sign in to comment.