File tree 3 files changed +11
-4
lines changed 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ 'use strict'
2
+
3
+ module . exports = require ( 'neostandard' ) ( {
4
+ ignores : require ( 'neostandard' ) . resolveIgnoresFromGitignore ( ) ,
5
+ ts : true
6
+ } )
Original file line number Diff line number Diff line change 8
8
"create-fastify" : " cmd.js"
9
9
},
10
10
"scripts" : {
11
- "test" : " c8 --100 node --test" ,
12
- "lint" : " standard"
11
+ "lint" : " eslint" ,
12
+ "lint:fix" : " eslint --fix" ,
13
+ "test" : " c8 --100 node --test"
13
14
},
14
15
"keywords" : [
15
16
" fastify" ,
24
25
"fastify-cli" : " ^7.0.0"
25
26
},
26
27
"devDependencies" : {
27
- "standard " : " ^17.0.0 "
28
+ "neostandard " : " ^0.11.9 "
28
29
},
29
30
"repository" : {
30
31
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# create-fastify
2
2
3
3
[ ![ CI] ( https://github.com/fastify/create-fastify/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/fastify/create-fastify/actions/workflows/ci.yml )
4
- [ ![ js-standard- style] ( https://img.shields.io/badge/code%20style-standard -brightgreen.svg ?style=flat )] ( https://standardjs .com/ )
4
+ [ ![ neostandard javascript style] ( https://img.shields.io/badge/code_style-neostandard -brightgreen?style=flat )] ( https://github .com/neostandard/neostandard )
5
5
6
6
> Rapidly generate a Fastify project
7
7
You can’t perform that action at this time.
0 commit comments