Skip to content

Commit

Permalink
build(deps-dev): replace standard with neostandard (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 29, 2024
1 parent addb6b0 commit 66789e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 27 deletions.
21 changes: 0 additions & 21 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![NPM Version][npm-image]][npm-url]
[![Build Status](https://github.com/fastify/fastify-awilix/workflows/ci/badge.svg)](https://github.com/fastify/fastify-awilix/actions)
[![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard)

Dependency injection support for fastify framework, using [awilix](https://github.com/jeffijoe/awilix).

Expand Down
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
'use strict'

module.exports = require('neostandard')({
ignores: require('neostandard').resolveIgnoresFromGitignore(),
ts: true
})
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"type": "commonjs",
"types": "lib/index.d.ts",
"scripts": {
"test": "c8 --100 node --test",
"test:ci": "npm run lint && npm run test:typescript && npm run test",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"lint": "standard | snazzy",
"lint:fix": "standard --fix | snazzy"
"test:unit": "c8 --100 node --test"
},
"dependencies": {
"awilix-manager": "^5.1.0",
Expand All @@ -33,8 +33,7 @@
"awilix": "^12.0.1",
"c8": "^10.1.2",
"fastify": "^5.1.0",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"neostandard": "^0.11.9",
"tsd": "^0.31.0"
},
"homepage": "http://github.com/fastify/fastify-awilix",
Expand Down

0 comments on commit 66789e8

Please # to comment.