UNPKG
jshs2
Version:
latest (0.4.4)
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.15
Hive Server2 Driver for Javascript
github.com/imjuni/jshs2
imjuni/jshs2
jshs2
/
.eslintrc.js
17 lines
(15 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= {
'extends'
:
'airbnb'
, installedESLint:
true
, env: { browser:
false
, node:
true
, }, rule: { }, plugins: [
'react'
,
'jsx-a11y'
,
'import'
] };