Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
bump again to pre 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
totorogendut committed Mar 26, 2020
1 parent 3f8d52d commit c9dc051
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ module.exports = {
parserOptions: {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: "module" // Allows for the use of imports
}
},
excludes: [
'dist/',
'node_modules/'
]
};

0 comments on commit c9dc051

Please sign in to comment.