Skip to content

Commit

Permalink
build(deps-dev): bump neostandard from 0.11.1 to 0.12.0 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 16, 2024
1 parent d74e714 commit e46e24c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/fastify/fastify-multipart/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fastify/fastify-multipart/actions/workflows/ci.yml)
[![NPM version](https://img.shields.io/npm/v/@fastify/multipart.svg?style=flat)](https://www.npmjs.com/package/@fastify/multipart)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
[![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard)

Fastify plugin to parse the multipart content-type. Supports:

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

const neo = require('neostandard')

module.exports = [
...neo({
ts: true
}),
{
rules: {
'@stylistic/comma-dangle': ['error', {
arrays: 'never',
objects: 'never',
imports: 'never',
exports: 'never',
functions: 'never'
}]
}
}
]
module.exports = require('neostandard')({
ignores: require('neostandard').resolveIgnoresFromGitignore(),
ts: true
})
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
"benchmark": "^2.1.4",
"climem": "^2.0.0",
"concat-stream": "^2.0.0",
"eslint": "^9.8.0",
"fastify": "^5.0.0",
"form-data": "^4.0.0",
"h2url": "^0.2.0",
"neostandard": "^0.11.1",
"neostandard": "^0.12.0",
"noop-stream": "^0.1.0",
"pump": "^3.0.0",
"readable-stream": "^4.5.2",
Expand Down

0 comments on commit e46e24c

Please sign in to comment.