mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- package version, tslint settings
This commit is contained in:
parent
664788a5ab
commit
54942a6c0e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rollup-plugin-typescript2",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3.0",
|
||||
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
|
||||
"main": "dist/rollup-plugin-typescript2.cjs.js",
|
||||
"module": "dist/rollup-plugin-typescript2.es.js",
|
||||
@ -45,7 +45,7 @@
|
||||
"@types/resolve": "0.0.4",
|
||||
"rimraf": "^2.5.4",
|
||||
"rollup": "^0.41.4",
|
||||
"rollup-plugin-typescript2": "^0.2.1",
|
||||
"rollup-plugin-typescript2": "^0.2.2",
|
||||
"tslint": "^4.5.1",
|
||||
"typescript": "^2.2.1",
|
||||
"resolve": "^1.1.7",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
],
|
||||
"rules": {
|
||||
"forin": false,
|
||||
"interface-name": [false],
|
||||
"interface-name": [true],
|
||||
"no-console": [false],
|
||||
"indent": [true, "tabs"],
|
||||
"variable-name":
|
||||
@ -21,6 +21,6 @@
|
||||
"curly": false,
|
||||
"ordered-imports": [],
|
||||
"only-arrow-functions": [],
|
||||
"class-name": false
|
||||
"class-name": true
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user