Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 4ab6aef

Browse files
committed
feat: using aslant instead standard.js Close #94
1 parent 22c0086 commit 4ab6aef

4 files changed

Lines changed: 69 additions & 1174 deletions

File tree

.eslintrc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"commonjs": true,
5+
"es2021": true
6+
},
7+
"extends": [
8+
"standard"
9+
],
10+
"parserOptions": {
11+
"ecmaVersion": 12
12+
},
13+
"rules": {
14+
}
15+
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Or in other words, transform [this specification](https://schema.getpostman.com/
1111
[![npm version](https://img.shields.io/npm/v/postman-to-openapi
1212
)](https://www.npmjs.com/package/postman-to-openapi)
1313
[![docs](https://img.shields.io/badge/docs-here-yellow)](https://joolfe.github.io/postman-to-openapi/)
14+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
15+
1416

1517
## Installation
1618

0 commit comments

Comments
 (0)