Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin Mihalache committed Mar 18, 2021
1 parent 6e8067c commit 2380386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"repository": "ionos-cloud/codex",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "npm run lint",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
Expand Down
1 change: 0 additions & 1 deletion test/services/swagger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { expect } from 'chai'
import * as swagger from '../../src/services/swagger'
import mock = require('mock-fs')
import * as fs from 'fs'
import { file } from 'mock-fs'

describe('swagger tests', function () {
it('should get the patch level', () => {
Expand Down

0 comments on commit 2380386

Please sign in to comment.