chore: fix 2 TODOs (#4591)

master
Ika 2018-05-29 22:05:25 +08:00 committed by GitHub
parent 68f594414e
commit e9b7c7ff9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -76,9 +76,6 @@ _available in v1.12.0+_
This type of ignore is only allowed to be used in top-level and aimed to disable formatting for auto-generated content, e.g. [`all-contributors`](https://github.com/kentcdodds/all-contributors), [`markdown-toc`](https://github.com/jonschlinkert/markdown-toc), etc.
<!-- TODO: remove this ignore when upgraded to v1.12 -->
<!-- prettier-ignore -->
```markdown
<!-- prettier-ignore-start -->
<!-- SOMETHING AUTO-GENERATED BY TOOLS - START -->

View File

@ -1,8 +1,5 @@
"use strict";
test("TODO: enable this test after releasing 1.13, you can manually set 1.13.0 in /package.json to test it for now", () => {});
/*
const runPrettier = require("../runPrettier");
describe("json-stringify takes precedence over json for package.json", () => {
@ -17,4 +14,3 @@ describe("json-stringify takes precedence over json for package.json", () => {
write: []
});
});
*/