Skip to content

Commit

Permalink
Merge pull request #478 from fishbrain/add-missing-dep-2
Browse files Browse the repository at this point in the history
Add missing dependency
  • Loading branch information
lhansford authored Dec 8, 2023
2 parents c7b5d3d + 6964c46 commit 2f9b126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ESLint config for Fishbrain TypeScript React projects

[![npm version](https://badge.fury.io/js/eslint-config-fishbrain.svg)](https://badge.fury.io/js/eslint-config-fishbrain)
[![Build Status](https://codebuild.eu-west-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiMG95aWZRdmNjV1c1Z3M0YmdYcEd4dStTWGdDcWFtaFhCVVo0TVBjTFlTOEJTYWM0N09IS3JwazJWd3dhNlVidldYOTJpWll0b1ppS3RqNWR2RG1OWjFrPSIsIml2UGFyYW1ldGVyU3BlYyI6InhMN2haOHFCaWNCYlNVQjIiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)](https://eu-west-1.console.aws.amazon.com/codesuite/codebuild/projects/eslint-config/history?region=eu-west-1)

Rule set based on [Airbnb JavaScript style guide](https://github.com/airbnb/javascript)
with some extra rules for Jest tests from [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fishbrain",
"version": "5.0.4",
"version": "5.0.5",
"description": "ESLint config for Fishbrain TypeScript projects",
"main": "index.js",
"scripts": {
Expand All @@ -26,6 +26,7 @@
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint-config-fishbrain-base": "^5.0.2",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down

0 comments on commit 2f9b126

Please sign in to comment.