Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
.npmrc: remove unused, readonly token (#93)
Browse files Browse the repository at this point in the history
* .npmrc: remove read-only token (not needed)

* package-lock: update lockfile

* package: use public @gameflow-tv packages

* package: add eslint-plugin-prettier

* package: install missing eslint plugins
  • Loading branch information
arnemolland committed Sep 29, 2022
1 parent 32597a1 commit 979c49d
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 84 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* eslint-disable no-undef */
module.exports = {
extends: [
'@gameflow-tv/eslint-config',
'plugin:jest/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:jsx-a11y/recommended',
'@gameflow-tv/eslint-config',
],
plugins: ['@typescript-eslint'],
plugins: ['@typescript-eslint', 'import', 'jsx-a11y'],
parser: '@typescript-eslint/parser',
env: {
browser: true,
Expand Down
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

Loading

0 comments on commit 979c49d

Please sign in to comment.