UNPKG
brain-game
Version:
latest (1.6.9)
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.5.5
1.4.5
1.3.5
1.2.5
1.1.5
1.1.4
1.0.22
1.0.4
1.0.2
1.0.1
1.0.0
simple game
github.com/Rende11/js_l1_brain_games-s12
Rende11/js_l1_brain_games-s12
brain-game
/
.eslintrc.yml
19 lines
(14 loc)
•
251 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
plugins:
[
flowtype
]
rules:
no-console:
0
env:
node:
true
parser:
babel-eslint
parserOptions:
ecmaVersion:
2017
sourceType:
module
extends:
-
'airbnb/base'
-
plugin:import/errors
-
plugin:import/warnings