Skip to content

Commit

Permalink
build(eslint): added linting of js
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 16, 2017
1 parent 4b980dd commit 6ad2ec9
Show file tree
Hide file tree
Showing 12 changed files with 791 additions and 24 deletions.
1 change: 1 addition & 0 deletions .eslintcache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/Users/admin/development/dsmjs/site/gatsby-config.js":{"size":322,"mtime":1513400848000,"hashOfConfig":"qaqfol","results":{"filePath":"/Users/admin/development/dsmjs/site/gatsby-config.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0}},"/Users/admin/development/dsmjs/site/src/layouts/index.js":{"size":472,"mtime":1513401023000,"hashOfConfig":"n5ib8q","results":{"filePath":"/Users/admin/development/dsmjs/site/src/layouts/index.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0}},"/Users/admin/development/dsmjs/site/src/pages/index.js":{"size":101,"mtime":1512860999000,"hashOfConfig":"n5ib8q","results":{"filePath":"/Users/admin/development/dsmjs/site/src/pages/index.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0}}}
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lib/
public/
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: '@travi/travi/rules/es6'
6 changes: 0 additions & 6 deletions .nycrc

This file was deleted.

6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module.exports = {
siteMetadata: {
title: `dsmJS - Des Moines JavaScript User Group`,
title: 'dsmJS - Des Moines JavaScript User Group'
},
plugins: [
'gatsby-plugin-react-helmet',
'gatsby-plugin-glamor',
{
resolve: `gatsby-plugin-google-fonts`,
resolve: 'gatsby-plugin-google-fonts',
options: {
fonts: [
'quicksand:400,500,700',
'quicksand:400,500,700'
]
}
}
Expand Down
Loading

0 comments on commit 6ad2ec9

Please sign in to comment.