This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
infinite-wordle/.eslintrc.js
Marc Cataford 6e2569f75e
feat: initial version (#1)
* feat: basic gameplay

* build: build settings

* ci: basic deploy flow

* build: building for deploy

* build: dictionary building on CI

* build: dictionary building on CI
2022-01-25 00:08:10 -05:00

7 lines
156 B
JavaScript

module.exports = {
extends: [
'@tophat/eslint-config/base',
'@tophat/eslint-config/jest',
'@tophat/eslint-config/web',
],
}