Skip to content

Commit 75c79bf

Browse files
authored
Merge pull request #6 from uncinc/develop
Fix amount of bugs;
2 parents 79f2afc + 95d0c7f commit 75c79bf

File tree

38 files changed

+5938
-235
lines changed

38 files changed

+5938
-235
lines changed

.eslintrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"parser": "babel-eslint",
23
"rules": {
4+
"strict": 0,
35
"linebreak-style": [2, "unix"],
46
"eol-last": 1,
57
"quotes": [1, "single", "avoid-escape"],
@@ -40,8 +42,17 @@
4042
"React": true,
4143
"moment": true
4244
},
45+
"plugins": [
46+
"react"
47+
],
4348
"parserOptions": {
44-
"sourceType": "module"
49+
"sourceType": "module",
50+
"allowImportExportEverywhere": false,
51+
"codeFrame": false,
52+
"ecmaFeatures": {
53+
"jsx": true,
54+
"modules": true
55+
}
4556
},
4657
"extends": "eslint:recommended",
4758
"ecmaFeatures": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Layernotes](./readme/banner.png)
22

3-
v0.4 (beta)
3+
v0.5.0 (beta)
44

55
# Layer Notes
66
Layer Notes is a tool that you can use to easily create Tickets for the Bugtracker Mantis.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_appName__",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"manifest_version": 2,
55
"description": "__MSG_appDescription__",
66
"shortName": "__MSG_appDescription__",

0 commit comments

Comments
 (0)