@rdbird/eslint-config
Version:
RdBird's ESLint configuration
146 lines (104 loc) • 2.31 kB
Plain Text
##====================== Project Specific ======================
## Javascript Build
.happypack
build
newrelic_agent.log
webpack-assets.json
##====================== Common ======================
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
##====================== MacOS ======================
*.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
##====================== Linux ======================
*~
*.swp
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
##====================== Windows ======================
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
##====================== NodeJS ======================
# node-waf configuration
.lock-wscript
# Dependency directories
node_modules
jspm_packages
# Optional REPL history
.node_repl_history
# Optional npm cache directory
.npm
# Log
npm-debug.log*
yarn-error.log
# Yarn Integrity file
.yarn-integrity
##====================== Javascript build ======================
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Optional eslint cache
.eslintcache
# Output of 'npm pack'
*.tgz
##====================== Microsoft Office ======================
*.tmp
# Word temporary
~$*.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk
# PowerPoint temporary
~$*.ppt*
# Visio autosave temporary files
*.~vsdx