Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix eslint changes
  • Loading branch information
tomclose committed Feb 13, 2020
1 parent 07fd72a commit cf61cb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Expand Up @@ -10,8 +10,6 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'plugin:jest/recommended',
'plugin:jest/style'
],
rules: {
/**
Expand Down
7 changes: 7 additions & 0 deletions packages/client-api-schema/.eslintrc.js
Expand Up @@ -2,6 +2,13 @@ const baseConfig = require('../../.eslintrc.js');

module.exports = {
...baseConfig,
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'plugin:jest/recommended',
'plugin:jest/style'
],
env: {
node: true,
es6: true
Expand Down

0 comments on commit cf61cb3

Please sign in to comment.