Skip to content

Instantly share code, notes, and snippets.

View BlakeCampbells's full-sized avatar
🏠
Working from home

Blake Campbell BlakeCampbells

🏠
Working from home
View GitHub Profile
@BlakeCampbells
BlakeCampbells / tailwind.config.js
Created March 30, 2022 19:30
Tailwind Config on a Private Project.
// * TailwindCSS Configuration File
// *
// * Docs: https://tailwindcss.com/docs/configuration
// * Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js
const colors = require('tailwindcss/colors')
module.exports = {
future: {
removeDeprecatedGapUtilities: true
},
theme: {
@BlakeCampbells
BlakeCampbells / .eslintrc.js
Created October 26, 2021 19:22
My Personal ESLint setting on Vue and Nuxt projects.
module.exports = {
root: true,
env: {
browser: true,
node: true
},
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 2020
},
@BlakeCampbells
BlakeCampbells / readme.md
Last active December 15, 2022 22:47
Better Readme Outline

Project Name

Overview

  • What does this project do?
  • Who is it for? What goals does this accomplish?

Setup

  • Requirements for running the project