Skip to content

Commit

Permalink
config files update
Browse files Browse the repository at this point in the history
  • Loading branch information
aethys256 committed Aug 25, 2018
1 parent a01b790 commit bdfd7ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.cache
public
scripts/i18n/node_modules
src/locales/_build
src/locales/**/*.js
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
'react'
],
'extends': ['standard', 'plugin:react/recommended']
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Project #
###########
.cache
public
src/locales/_build
src/locales/**/*.js

# Project dependencies #
########################
node_modules
.cache

# IDE #
#######
Expand Down

0 comments on commit bdfd7ba

Please sign in to comment.