Skip to content

Instantly share code, notes, and snippets.

@taichi
Last active November 19, 2016 13:08
Show Gist options
  • Save taichi/a88bac2e3d219244e9c996cb8b713db5 to your computer and use it in GitHub Desktop.
Save taichi/a88bac2e3d219244e9c996cb8b713db5 to your computer and use it in GitHub Desktop.
import { TextLintMessage } from "textlint";
{
"name": "textlint-error",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"compile": "tsc -p ./"
},
"author": "taichi",
"license": "MIT",
"devDependencies": {
"typescript": "^2.0.3"
},
"dependencies": {
"textlint": "^7.1.3"
}
}
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "lib",
"lib": [
"es6"
],
"sourceMap": true
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment