Skip to content

Commit 3f7b584

Browse files
committed
build(deps-dev): replace standard with neostandard
1 parent 9ad7089 commit 3f7b584

File tree

6 files changed

+1148
-1233
lines changed

6 files changed

+1148
-1233
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/fastify/fast-json-stringify/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fastify/fast-json-stringify/actions/workflows/ci.yml)
44
[![NPM version](https://img.shields.io/npm/v/fast-json-stringify.svg?style=flat)](https://www.npmjs.com/package/fast-json-stringify)
5-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
5+
[![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard)
66
[![NPM downloads](https://img.shields.io/npm/dm/fast-json-stringify.svg?style=flat)](https://www.npmjs.com/package/fast-json-stringify)
77

88

Diff for: benchmark/bench-cmp-lib.js

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ const getRandomString = (length) => {
134134
return result[0].toUpperCase() + result.slice(1)
135135
}
136136

137-
// eslint-disable-next-line
138137
for (let i = 0; i < STR_LEN; i++) {
139138
largeArray[i] = {
140139
firstName: getRandomString(8),

0 commit comments

Comments
 (0)