6e2569f75e
* feat: basic gameplay * build: build settings * ci: basic deploy flow * build: building for deploy * build: dictionary building on CI * build: dictionary building on CI
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@tophat/eslint-config/base',
|
|
'@tophat/eslint-config/jest',
|
|
'@tophat/eslint-config/web',
|
|
],
|
|
}
|