Skip to content

Commit

Permalink
Add test for available columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Moitié committed Feb 23, 2022
1 parent dfb817b commit e26ab6a
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 47 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 8,
"requireConfigFile": false
},
"extends": [
"airbnb",
"plugin:flowtype/recommended",
Expand Down
Loading

0 comments on commit e26ab6a

Please sign in to comment.