File tree 4 files changed +36
-1
lines changed
packages/eslint-config-airbnb
4 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.0" ,
4
4
"description" : " A mostly reasonable approach to JavaScript." ,
5
5
"scripts" : {
6
- "test" : " echo \" Error: no test specified\" && exit 1"
6
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
7
+ "publish-all" : " npm publish && cd ./packages/eslint-config-airbnb && npm publish"
7
8
},
8
9
"repository" : {
9
10
"type" : " git" ,
Original file line number Diff line number Diff line change
1
+ module . exports = require ( 'airbnb-style/linters/.eslintrc' ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " eslint-config-airbnb" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " Airbnb's ESLint config, following our styleguide" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/airbnb/javascript"
12
+ },
13
+ "keywords" : [
14
+ " eslint" ,
15
+ " config" ,
16
+ " airbnb" ,
17
+ " javascript" ,
18
+ " styleguide"
19
+ ],
20
+ "author" : " Jake Teton-Landis (https://twitter.com/@jitl)" ,
21
+ "license" : " MIT" ,
22
+ "bugs" : {
23
+ "url" : " https://github.com/airbnb/javascript/issues"
24
+ },
25
+ "homepage" : " https://github.com/airbnb/javascript" ,
26
+ "dependencies" : {
27
+ "airbnb-style" : " 2.0.0" ,
28
+ "babel-eslint" : " 3.1.7" ,
29
+ "eslint" : " 0.21.2" ,
30
+ "eslint-plugin-react" : " 2.3.0"
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments