diff --git a/.eslintrc.js b/.eslintrc.js index aad33221..3ca4f190 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,11 +27,7 @@ module.exports = { 'generator-star-spacing': 0, // allow debugger during development 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, - 'no-console': process.env.NODE_ENV === 'production' - ? [2, { - 'allow': ['error', 'warn'] - }] - : 0, + 'no-console': process.env.NODE_ENV === 'production' ? [2, { 'allow': ['error', 'warn'] }] : 0, 'comma-dangle': ['error', 'always-multiline'], }, } diff --git a/.gitignore b/.gitignore index d58f498a..e5ae349f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,34 @@ # .nfs files are created when an open file is removed but is still being accessed .nfs* +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + ### Node template node_modules # Logs diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 6b326c6b..5b897998 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -2,9 +2,58 @@ \ No newline at end of file diff --git a/.idea/inspectionProfiles/Default.xml b/.idea/inspectionProfiles/Default.xml index 6a23a214..4b90faf0 100644 --- a/.idea/inspectionProfiles/Default.xml +++ b/.idea/inspectionProfiles/Default.xml @@ -4,7 +4,77 @@ + + + + + + + +