Skip to content

Commit

Permalink
add gatsby plugin v.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marceleq27 committed Apr 16, 2020
1 parent 3a00e8c commit ce4985c
Show file tree
Hide file tree
Showing 10 changed files with 6,061 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": [["babel-preset-gatsby-package"]]
}
1 change: 1 addition & 0 deletions .eslintcache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"/Users/mbednarz/Desktop/gatsby-plugin-livesession/gatsby-ssr.js":"1","/Users/mbednarz/Desktop/gatsby-plugin-livesession/index.js":"2","/Users/mbednarz/Desktop/gatsby-plugin-livesession/src/gatsby-ssr.js":"3"},{"size":1282,"mtime":1587037196350,"results":"4","hashOfConfig":"5"},{"size":16,"mtime":1587033432231,"results":"6","hashOfConfig":"5"},{"size":1042,"mtime":1587035854859,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"vtdwkt",{"filePath":"10","messages":"11","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"12","messages":"13","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/Users/mbednarz/Desktop/gatsby-plugin-livesession/gatsby-ssr.js",[],"/Users/mbednarz/Desktop/gatsby-plugin-livesession/index.js",[],"/Users/mbednarz/Desktop/gatsby-plugin-livesession/src/gatsby-ssr.js",["14"],{"ruleId":"15","severity":2,"message":"16","line":1,"column":8,"nodeType":"17","endLine":1,"endColumn":13},"no-unused-vars","'React' is defined but never used.","Identifier"]
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"root": true,
"extends": ["eslint:recommended"],
"plugins": ["babel"],
"env": {
"es6": true,
"node": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
/gatsby-ssr.js
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
package-lock.json
yarn.lock
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 80
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// nothing here
Loading

0 comments on commit ce4985c

Please sign in to comment.