Skip to content

Commit

Permalink
chore(nxdev): update description for ESLint talk (#6913)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Sep 1, 2021
1 parent 648514f commit 98d3b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/feature-conf/src/lib/conf-schedule.tsx
Expand Up @@ -178,7 +178,7 @@ export function ConfSchedule(): JSX.Element {
type: 'event',
time: '2:00-2:25pm',
title: 'ESLint: Your Nx Workspace Rules',
description: `In this talk we will cover what it takes to create and run lint rules directly in your Nx workspace which are specific to your workspace’s own requirements and best-practices. Want to avoid using developer time to police your contributing conventions in PR reviews? How to add auto fixing so the correct solutions are a command away? How to leverage existing utilities from the ESLint ecosystem to avoid writing invalid rules? Then this talk is for you!`,
description: `In this talk we will cover what it takes to create and run lint rules directly in your Nx workspace specific to your workspace’s own requirements and best practices. Want to learn how to avoid using developer time to police your contributing conventions in PR reviews? How to add auto fixing so the correct solutions are a command away? How to leverage existing utilities from the ESLint ecosystem to avoid writing invalid rules? Then this talk is for you!`,
speakers: ['James Henry'],
},
{
Expand Down

1 comment on commit 98d3b4a

@vercel
Copy link

@vercel vercel bot commented on 98d3b4a Sep 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.