1.4.0 • Published 3 years ago

graphqlint v1.4.0

Weekly downloads
-
License
LICENSE
Repository
github
Last release
3 years ago

graphqlint

GraphQLint is for linting schema files against certain rules and conventions - aim to integrate with ESLint and VSCode

This package is using Node and TypeScript

install

npm i

build

npm run build

lint

npm run lint

tests

npm run test
# or
# npm run test:coverage

samples

You can use ./bin/index.js

npm run sample:01a
npm run sample:01b

# multiple files
npm run sample:all

usage

npm i -g graphqlint
graphqlint path/to/your/schema.gql
1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago