mirror of https://github.com/lukechilds/ow.git
Sindre Sorhus
7 years ago
committed by
GitHub
9 changed files with 20 additions and 19 deletions
@ -1,3 +1,3 @@ |
|||||
import { ow } from './ow'; |
import {ow} from './ow'; |
||||
|
|
||||
export = ow; |
export = ow; |
||||
|
@ -1,3 +1,6 @@ |
|||||
{ |
{ |
||||
"extends": "tslint-xo" |
"extends": "tslint-xo", |
||||
|
"rules": { |
||||
|
"completed-docs": [true, "methods"] |
||||
|
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue